コード例 #1
0
ファイル: Potion.cs プロジェクト: NielsKoster/Dexpo
 public override void Use(Player player, Game game, Command command)
 {
     player.heal(20);
 }