void Awake() { DontDestroyOnLoad(gameObject); SpeciesTable.Initialize(); texture = Functions.CreateTexture2D(Color.black); }
void Awake() { DontDestroyOnLoad(gameObject); gameObject.AddComponent("MessageQueue"); gameObject.AddComponent("ConnectionManager"); SpeciesTable.Initialize(); }