Example #1
0
 private void Start()
 {
     uiStack.Push(this);
     this.gamepad = new Gamepad(XInputDotNetPure.PlayerIndex.One);
 }