Ejemplo n.º 1
0
 public static void CmdResistLT(int torque)
 {
     DynaLinkHS.CmdResistLT(torque);
     Debug.Log(string.Format("<color=cyan>CmdResistLT:</color> ({0}) {1}", torque, DateTime.Now));
 }