protected override int ExecInternal() { if (ArgNum != 1) { throw new EventErrorException(this, "GameClearコマンドの引数の数が違います"); } SRC.GameClear(); return(-1); }