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