Esempio n. 1
0
 public string Action(string action, Player player)
 {
     player.Health = 0;
     return(ConstantStrings.GetPitOfDoomString());
 }