void Awake() { if (instance) { Destroy(gameObject); Debug.LogError("There is already a instance of this object, HA not anymore!"); } else instance = this; }
void OnEnable() { world = World.Instance; }