Beispiel #1
0
 public override void OnInitialize()
 {
     this.Joystick = new GamePadViewJoystick(this.JoystickMB);
 }
Beispiel #2
0
 public override void OnInitialize()
 {
     this.Joystick = new GamePadViewJoystick(this.Objects[0].Object as HotfixMBContainer);
 }