The base class from which to derive systems.
public abstract class BaseSystem : MonoBehaviour,
ISystem,
IWorldCallbackReceiver
Inheritance System.Object > UnityEngine.Object > UnityEngine.Component > UnityEngine.Behaviour > UnityEngine.MonoBehaviour > BaseSystem
Implements ISystem, IWorldCallbackReceiver
You can also manually implement ISystem and
optionally IWorldCallbackReceiver if you
cannot derive from this class.