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