예제 #1
0
 public static Color32 GetColor(string key)
 {
     return(ObscuredPrefs.GetColor(key, new Color32(0, 0, 0, 1)));
 }
예제 #2
0
 public static Color32 GetColor(string key)
 {
     return(ObscuredPrefs.GetColor(key, new Color32((byte)0, (byte)0, (byte)0, (byte)1)));
 }