Пример #1
0
 // Operation
 // param game
 // return
 public virtual void Play(TamagochiGame game)
 {
     throw new System.Exception("Not implemented yet!");
 }
Пример #2
0
 // Operation
 // param game
 // return
 public void Play(TamagochiGame game)
 {
     tamagochi?.Play(game);
 }