Esempio n. 1
0
        void OnEnable()
        {
            Instance = this;

            this.mHotfixName = this.serializedObject.FindProperty("mHotfixName");
            this.mObjects    = this.serializedObject.FindProperty("mObjects");
            this.mBaseDatas  = this.serializedObject.FindProperty("mBaseDatas");

            this.mObjectTypes = this.ToObjectTypes(this.mObjects);
        }
Esempio n. 2
0
 void OnDestroy()
 {
     Instance = null;
 }