Esempio n. 1
0
 void OnDestroy()
 {
     s_Sigleton = null;
 }
Esempio n. 2
0
 void Awake()
 {
     this.m_Buffs         = new List <PropsBuffConfigData>();
     this.m_CategoryBuffs = new Dictionary <BuildingCategory, List <PropsBuffConfigData> >();
     s_Sigleton           = this;
 }