예제 #1
0
파일: GameClearCmd.cs 프로젝트: 7474/SRC
        protected override int ExecInternal()
        {
            if (ArgNum != 1)
            {
                throw new EventErrorException(this, "GameClearコマンドの引数の数が違います");
            }

            SRC.GameClear();
            return(-1);
        }