예제 #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];
 }