Interface IServerBehaviour
Non-generic marker interface for server behaviours. Use this when declaring engine-agnostic server behaviour interfaces so the implementation registry can discover and register behaviours by their interface types. Extends IServerComponent to participate in the unified component registry system.
public interface IServerBehaviour : IServerComponent