예제 #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);
 }