Interface IPetSystemMainThreadQueueData
- Namespace
- FishMMO.Server.Core.World.SceneServer
- Assembly
- FishMMO.Server.dll
Per-system main-thread queue interface for PetSystem. Ensures this system gets its own slot in the DataContainerRegistry without colliding with other systems that also use IMainThreadQueueData.
public interface IPetSystemMainThreadQueueData : IMainThreadQueueData, IRuntimeDataContainer, IServerComponent
- Inherited Members