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