예제 #1
0
 // Makes a request to gamethrive.com to get current tags set on the player and then run the callback passed in.
 public static void GetTags(TagsReceived inTagsReceivedDelegate)
 {
             #if GAMETHRIVE_PLATFORM
     tagsReceivedDelegate = inTagsReceivedDelegate;
     gameThrivePlatform.GetTags();
             #endif
 }
예제 #2
0
 // Makes a request to gamethrive.com to get current tags set on the player and then run the callback passed in.
 public static void GetTags(TagsReceived inTagsReceivedDelegate)
 {
             #if !UNITY_EDITOR
     tagsReceivedDelegate = inTagsReceivedDelegate;
     gameThrivePlatform.GetTags();
             #endif
 }