示例#1
0
 public static race get(int a)
 {
     if (_c[a] == null)
     {
         _c[a] = new race()
         {
             index = a
         }
     }
     ;
     return(_c[a]);
 }
示例#2
0
 public static boolean IsUnitRace(unit whichUnit, race whichRace)
 {
     throw new NotImplementedException();
 }