protected override int ExecInternal() { if (ArgNum != 2) { throw new EventErrorException(this, "Moneyコマンドの引数の数が間違っています"); } SRC.IncrMoney(GetArgAsLong(2)); return(EventData.NextID); }