Exemplo n.º 1
0
    public static void ReceiveGM(GMItem item)
    {
        switch (item.Func)
        {
        case 0:
            ClearAcount_Func(item.ParamObjs);
            break;

        case 1:
            PassAllStage_Func(item.ParamObjs);
            break;

        default:
            break;
        }
    }
Exemplo n.º 2
0
 public void SetCurItem(params object[] param)
 {
     curItem = param[0] as GMItem;
     InitInputField();
 }