diff --git a/Packages/com.trytalo.talo/Runtime/APIs.meta b/Packages/com.trytalo.talo/Runtime/APIs.meta new file mode 100644 index 0000000..eac2dc5 --- /dev/null +++ b/Packages/com.trytalo.talo/Runtime/APIs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: acf11177210e2469d96cabe9d700559a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/com.trytalo.talo/Runtime/BaseAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/BaseAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/BaseAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/BaseAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/BaseAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/BaseAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/BaseAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/BaseAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/ContinuityAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/ContinuityAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/ContinuityAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/ContinuityAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/ContinuityAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/ContinuityAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/ContinuityAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/ContinuityAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/EventsAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/EventsAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/EventsAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/EventsAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/EventsAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/EventsAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/EventsAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/EventsAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/FeedbackAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/FeedbackAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/FeedbackAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/FeedbackAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/FeedbackAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/FeedbackAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/FeedbackAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/FeedbackAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/GameConfigAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/GameConfigAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/GameConfigAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/GameConfigAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/GameConfigAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/GameConfigAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/GameConfigAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/GameConfigAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/HealthCheckAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/HealthCheckAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/HealthCheckAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/HealthCheckAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/HealthCheckAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/HealthCheckAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/HealthCheckAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/HealthCheckAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/LeaderboardsAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/LeaderboardsAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/LeaderboardsAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/LeaderboardsAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/LeaderboardsAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/LeaderboardsAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/LeaderboardsAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/LeaderboardsAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/PlayerAuthAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/PlayerAuthAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/PlayerAuthAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/PlayerAuthAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/PlayerAuthAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/PlayerAuthAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/PlayerAuthAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/PlayerAuthAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/PlayersAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/PlayersAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/PlayersAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/PlayersAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/PlayersAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/PlayersAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/PlayersAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/PlayersAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/SavesAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/SavesAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/SavesAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/SavesAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/SavesAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/SavesAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/SavesAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/SavesAPI.cs.meta diff --git a/Packages/com.trytalo.talo/Runtime/StatsAPI.cs b/Packages/com.trytalo.talo/Runtime/APIs/StatsAPI.cs similarity index 100% rename from Packages/com.trytalo.talo/Runtime/StatsAPI.cs rename to Packages/com.trytalo.talo/Runtime/APIs/StatsAPI.cs diff --git a/Packages/com.trytalo.talo/Runtime/StatsAPI.cs.meta b/Packages/com.trytalo.talo/Runtime/APIs/StatsAPI.cs.meta similarity index 100% rename from Packages/com.trytalo.talo/Runtime/StatsAPI.cs.meta rename to Packages/com.trytalo.talo/Runtime/APIs/StatsAPI.cs.meta