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