Exemple #1
0
 public EarthSpiritBase(IContext9 context)
     : base(context)
 {
     this.rollSmashMode = new RollSmashMode(this, new RollSmashModeMenu(this.Menu.RootMenu, "Roll+Smash combo"));
 }
Exemple #2
0
 public EarthSpiritBase()
 {
     this.rollSmashMode = new RollSmashMode(this, new RollSmashModeMenu(this.Menu.RootMenu, "Roll+Smash combo"));
 }