예제 #1
0
 internal AcuityFlame(StatAllocationGUI gui, Acuity stat, Vector2 position) : base(gui, stat, position)
 {
 }
예제 #2
0
 public ConfirmAllocationButton(StatAllocationGUI gui, Vector2 position) : base(position)
 {
     this.gui = gui;
 }
예제 #3
0
 internal StatAllocationButton(StatAllocationGUI gui, AlignmentStat stat, Vector2 position) : base(position)
 {
     this.gui  = gui;
     this.stat = stat;
 }
예제 #4
0
 internal StoicismFlame(StatAllocationGUI gui, Stoicism stat, Vector2 position) : base(gui, stat, position)
 {
 }
예제 #5
0
 internal MightFlame(StatAllocationGUI gui, Might stat, Vector2 position) : base(gui, stat, position)
 {
 }