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