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