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