Ejemplo n.º 1
0
 public static void DeleteTag(string key)
 {
             #if !UNITY_EDITOR
     gameThrivePlatform.DeleteTag(key);
             #endif
 }
Ejemplo n.º 2
0
 public static void DeleteTag(string key)
 {
             #if GAMETHRIVE_PLATFORM
     gameThrivePlatform.DeleteTag(key);
             #endif
 }