Exemplo n.º 1
0
 public StatBase(int i, string s, net.minecraft.src.IStatType istattype)
 {
     // Referenced classes of package net.minecraft.src:
     //            StatList, AchievementMap, StatTypeSimple, StatTypeTime,
     //            StatTypeDistance, IStatType
     ServerStatistic = false;
     statId          = i;
     statName        = s;
     field_25065_a   = istattype;
 }
Exemplo n.º 2
0
 public StatBasic(int i, string s, net.minecraft.src.IStatType istattype)
     : base(i, s, istattype)
 {
 }