예제 #1
0
 public ModEntry()
 {
     instance = this;
     LEE      = new LEEvents();
     addedXP  = new EXP(LEE);
     total_m  = 0;
     s_mod    = -1.0;
     mpload   = false;
     mpMult   = 1.0;
 }
예제 #2
0
 public EXP(LEEvents lee)
 {
     axp = new int[] { 0, 0, 0, 0, 0 };
     LEE = lee;
 }