Exemplo n.º 1
0
 public int GetInitAtt(EAttID type)
 {
     return (int)this.attInit[(int)type];
 }
Exemplo n.º 2
0
 public long GetLongInitAtt(EAttID type)
 {
     return this.attInit[(int)type];
 }
Exemplo n.º 3
0
 public int GetAtt(EAttID type)
 {
     return (int)this.AttData[(int)type];
 }