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