Esempio n. 1
0
 public static boolean SaveForceHandle(hashtable table, integer parentKey, integer childKey, force whichForce)
 {
     table.Add(parentKey.ToString("x8") + childKey.ToString("x8"), whichForce);
     return(true);
 }
Esempio n. 2
0
 public static boolean IsUnitInForce(unit whichUnit, force whichForce)
 {
     throw new NotImplementedException();
 }