// return true if RemoteTech is enabled for the current game
 public static bool Enabled()
 {
     return(API != null && (bool)IsEnabled.Invoke(null, new Object[] {}));
 }