Interface IServerComponent
Base marker interface for all server components (behaviours, data containers, etc.). Use this when declaring engine-agnostic component interfaces so the implementation registry can discover and register components by their interface types.
public interface IServerComponent