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