예제 #1
0
파일: Potion.cs 프로젝트: NielsKoster/Dexpo
 public override void Use(Player player, Game game, Command command)
 {
     player.heal(20);
 }