Exemple #1
0
 public PudgeBase()
 {
     this.hookAllyMode = new HookAllyMode(this, new KeyPressModeMenu(this.Menu.RootMenu, "Hook ally"));
 }
Exemple #2
0
 public PudgeBase(IContext9 context)
     : base(context)
 {
     this.hookAllyMode = new HookAllyMode(this, new KeyPressModeMenu(this.Menu.RootMenu, "Hook ally"));
 }