Ejemplo n.º 1
0
 public VirtualButton(PlayerInput input, FetchState fetcher)
 {
     this.input = input;
     this.fetcher = fetcher;
 }
Ejemplo n.º 2
0
 public MGame()
 {
     player1 = new PlayerInput(PlayerIndex.One);
 }
Ejemplo n.º 3
0
 public RpgController(PlayerInput playerInput)
 {
     this.playerInput = playerInput;
     if (RpgController.rpg == null)
         RpgController.rpg = this;
 }