Beispiel #1
0
 public static bool GetNextColorsValue()
 {
     return(PlayerPrefsHelper.GetBoolFromConfig(NextColorsValueKey, true));
 }
Beispiel #2
0
 public static bool GetPathValue()
 {
     return(PlayerPrefsHelper.GetBoolFromConfig(PathValueKey, true));
 }