예제 #1
0
 public void ReadName()
 {
     ConsoleInteractor.Single().AcceptUsername();
 }
예제 #2
0
 public Game()
 {
     Level          = 1;
     userInteractor = ConsoleInteractor.Single();
 }