示例#1
0
 public MovementFunctionOption(PlayerMovementMathFunctions.Type type, string label)
 {
     Type  = type;
     Label = label;
 }
 public static void SaveMovementEquationType(PlayerMovementMathFunctions.Type value)
 {
     PlayerPrefs.SetInt(_prefsKeyMovementEquationType, (int)value);
 }