예제 #1
0
파일: FightingPit.cs 프로젝트: Pavelkva/RPG
 public string ShowFighters()
 {
     return(player.ToString() + " /n " + enemyNpc.ToString());
 }