Exemplo n.º 1
0
 override public void OnAwake()
 {
     Log.Info("ShelterPersistent.Awake");
     //Shelter.persistent = this;
     //inited = true;
     Instance = this;
     DoInit();
 }
Exemplo n.º 2
0
 void Start()
 {
     Instance = this;
 }