示例#1
0
    //void OnRMouseClicked(NpcMouseCtrl.MouseCtrlEvent arg)
    //{
    //    //Open();
    //}

    public void Reset()
    {
        if (null == StorageMain)
        {
            return;
        }

        StorageMain.RestItems();
    }
示例#2
0
 void Awake()
 {
     storageDictionary = StorageMain.GenerateStorage();
 }     // END Awake