示例#1
0
 public VirtualButton(PlayerInput input, FetchState fetcher)
 {
     this.input = input;
     this.fetcher = fetcher;
 }
示例#2
0
文件: MGame.cs 项目: Gayo/Gayo-CAROT
 public MGame()
 {
     player1 = new PlayerInput(PlayerIndex.One);
 }
示例#3
0
 public RpgController(PlayerInput playerInput)
 {
     this.playerInput = playerInput;
     if (RpgController.rpg == null)
         RpgController.rpg = this;
 }