コード例 #1
0
 public virtual Command UseItem(BattleChar instigator)
 {
     return(new Command(instigator));
 }
コード例 #2
0
 public override Command GetCommand(BattleChar instigator)
 {
     return(new AttackCommand(instigator, this));
 }