Esempio n. 1
0
 /**
  * @brief Converts a Vector2 to a TSVector and adds its value in player's input.
  **/
 public static void SetTSVector2(byte key, UnityEngine.Vector2 value)
 {
     SetTSVector2(key, value.ToTSVector2());
 }