static public void Destory() { for (int i = 0; i < mList.Count; i++) { mList[i] = null; } List <string> keys = new List <string>(mDictionary.Keys); for (int i = 0; i < keys.Count; i++) { mDictionary[keys[i]] = null; } mList.Clear(); mDictionary.Clear(); RFCObject.Destroy(); }
void Start() { RFCObject.ManualRegister(this); }