com.beamable 0.0.0-PREVIEW.NIGHTLY-202512090001 → 0.0.0-PREVIEW.NIGHTLY-202512092100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1104) hide show
  1. package/Common/Runtime/AgnosticAttribute.cs +2 -2
  2. package/Common/Runtime/AgnosticAttribute.cs.meta +1 -1
  3. package/Common/Runtime/Api/AliasHelper.cs +2 -2
  4. package/Common/Runtime/Api/AliasHelper.cs.meta +1 -1
  5. package/Common/Runtime/Api/Analytics/AnalyticsEventRequest.cs +3 -3
  6. package/Common/Runtime/Api/Analytics/AnalyticsEventRequest.cs.meta +1 -1
  7. package/Common/Runtime/Api/Analytics/AnalyticsService.cs +2 -2
  8. package/Common/Runtime/Api/Analytics/AnalyticsService.cs.meta +1 -1
  9. package/Common/Runtime/Api/Analytics/IBeamAnalyticsService.cs +3 -3
  10. package/Common/Runtime/Api/Analytics/IBeamAnalyticsService.cs.meta +1 -1
  11. package/Common/Runtime/Api/Analytics/Models/CoreEvent.cs +2 -2
  12. package/Common/Runtime/Api/Analytics/Models/CoreEvent.cs.meta +1 -1
  13. package/Common/Runtime/Api/Analytics/Models/IAnalyticsEvent.cs +2 -2
  14. package/Common/Runtime/Api/Analytics/Models/IAnalyticsEvent.cs.meta +1 -1
  15. package/Common/Runtime/Api/Analytics/Models/SampleCustomEvent.cs +2 -2
  16. package/Common/Runtime/Api/Analytics/Models/SampleCustomEvent.cs.meta +1 -1
  17. package/Common/Runtime/Api/Announcements/AbsAnnouncementsApi.cs +2 -2
  18. package/Common/Runtime/Api/Announcements/AbsAnnouncementsApi.cs.meta +1 -1
  19. package/Common/Runtime/Api/Announcements/IAnnouncementsApi.cs +2 -2
  20. package/Common/Runtime/Api/Announcements/IAnnouncementsApi.cs.meta +1 -1
  21. package/Common/Runtime/Api/Auth/AuthApi.cs +2 -2
  22. package/Common/Runtime/Api/Auth/AuthApi.cs.meta +1 -1
  23. package/Common/Runtime/Api/Auth/IAuthApi.cs +2 -2
  24. package/Common/Runtime/Api/Auth/IAuthApi.cs.meta +1 -1
  25. package/Common/Runtime/Api/Calendars/AbsCalendarApi.cs +2 -2
  26. package/Common/Runtime/Api/Calendars/AbsCalendarApi.cs.meta +1 -1
  27. package/Common/Runtime/Api/Calendars/ICalendarApi.cs +2 -2
  28. package/Common/Runtime/Api/Calendars/ICalendarApi.cs.meta +1 -1
  29. package/Common/Runtime/Api/Chat/ChatApi.cs +2 -2
  30. package/Common/Runtime/Api/Chat/ChatApi.cs.meta +1 -1
  31. package/Common/Runtime/Api/Chat/IChatApi.cs +2 -2
  32. package/Common/Runtime/Api/Chat/IChatApi.cs.meta +1 -1
  33. package/Common/Runtime/Api/CloudData/CloudDataApi.cs +2 -2
  34. package/Common/Runtime/Api/CloudData/CloudDataApi.cs.meta +1 -1
  35. package/Common/Runtime/Api/CloudData/ICloudDataApi.cs +2 -2
  36. package/Common/Runtime/Api/CloudData/ICloudDataApi.cs.meta +1 -1
  37. package/Common/Runtime/Api/CometClientData.cs +2 -2
  38. package/Common/Runtime/Api/CometClientData.cs.meta +1 -1
  39. package/Common/Runtime/Api/Commerce/ICommerceApi.cs +3 -3
  40. package/Common/Runtime/Api/Commerce/ICommerceApi.cs.meta +1 -1
  41. package/Common/Runtime/Api/Content/IContentApi.cs +2 -2
  42. package/Common/Runtime/Api/Content/IContentApi.cs.meta +1 -1
  43. package/Common/Runtime/Api/Events/AbsEventsApi.cs +2 -2
  44. package/Common/Runtime/Api/Events/AbsEventsApi.cs.meta +1 -1
  45. package/Common/Runtime/Api/Events/IEventsApi.cs +2 -2
  46. package/Common/Runtime/Api/Events/IEventsApi.cs.meta +1 -1
  47. package/Common/Runtime/Api/Groups/GroupsApi.cs +2 -2
  48. package/Common/Runtime/Api/Groups/GroupsApi.cs.meta +1 -1
  49. package/Common/Runtime/Api/Groups/IGroupsApi.cs +2 -2
  50. package/Common/Runtime/Api/Groups/IGroupsApi.cs.meta +1 -1
  51. package/Common/Runtime/Api/IAccessToken.cs +2 -2
  52. package/Common/Runtime/Api/IAccessToken.cs.meta +1 -1
  53. package/Common/Runtime/Api/IBeamableFilesystemAccessor.cs +3 -3
  54. package/Common/Runtime/Api/IBeamableFilesystemAccessor.cs.meta +1 -1
  55. package/Common/Runtime/Api/IBeamableRequester.cs +2 -2
  56. package/Common/Runtime/Api/IBeamableRequester.cs.meta +1 -1
  57. package/Common/Runtime/Api/IConnectivityChecker.cs +2 -2
  58. package/Common/Runtime/Api/IConnectivityChecker.cs.meta +1 -1
  59. package/Common/Runtime/Api/IHasBeamableRequester.cs +2 -2
  60. package/Common/Runtime/Api/IHasBeamableRequester.cs.meta +1 -1
  61. package/Common/Runtime/Api/IServiceRoutingStrategy.cs +2 -2
  62. package/Common/Runtime/Api/IServiceRoutingStrategy.cs.meta +1 -1
  63. package/Common/Runtime/Api/ISupportsGet.cs +2 -2
  64. package/Common/Runtime/Api/ISupportsGet.cs.meta +1 -1
  65. package/Common/Runtime/Api/IUserContext.cs +2 -2
  66. package/Common/Runtime/Api/IUserContext.cs.meta +1 -1
  67. package/Common/Runtime/Api/IUserDataCache.cs +2 -2
  68. package/Common/Runtime/Api/IUserDataCache.cs.meta +1 -1
  69. package/Common/Runtime/Api/Inventory/IInventoryApi.cs +2 -2
  70. package/Common/Runtime/Api/Inventory/IInventoryApi.cs.meta +1 -1
  71. package/Common/Runtime/Api/Inventory/InventoryApi.cs +2 -2
  72. package/Common/Runtime/Api/Inventory/InventoryApi.cs.meta +1 -1
  73. package/Common/Runtime/Api/Inventory/InventoryUpdateBuilder.cs +2 -2
  74. package/Common/Runtime/Api/Inventory/InventoryUpdateBuilder.cs.meta +1 -1
  75. package/Common/Runtime/Api/Leaderboards/ILeaderboardApi.cs +2 -2
  76. package/Common/Runtime/Api/Leaderboards/ILeaderboardApi.cs.meta +1 -1
  77. package/Common/Runtime/Api/Leaderboards/LeaderboardApi.cs +2 -2
  78. package/Common/Runtime/Api/Leaderboards/LeaderboardApi.cs.meta +1 -1
  79. package/Common/Runtime/Api/Lobbies/ILobbyApi.cs +2 -2
  80. package/Common/Runtime/Api/Lobbies/ILobbyApi.cs.meta +1 -1
  81. package/Common/Runtime/Api/Lobbies/Lobby.cs +2 -2
  82. package/Common/Runtime/Api/Lobbies/Lobby.cs.meta +1 -1
  83. package/Common/Runtime/Api/Lobbies/LobbyNotification.cs +2 -2
  84. package/Common/Runtime/Api/Lobbies/LobbyNotification.cs.meta +1 -1
  85. package/Common/Runtime/Api/Lobbies/LobbyPlayer.cs +2 -2
  86. package/Common/Runtime/Api/Lobbies/LobbyPlayer.cs.meta +1 -1
  87. package/Common/Runtime/Api/Lobbies/LobbyRestriction.cs +2 -2
  88. package/Common/Runtime/Api/Lobbies/LobbyRestriction.cs.meta +1 -1
  89. package/Common/Runtime/Api/Lobbies/LobbyService.cs +2 -2
  90. package/Common/Runtime/Api/Lobbies/LobbyService.cs.meta +1 -1
  91. package/Common/Runtime/Api/Lobbies/LobbyUtils.cs +2 -2
  92. package/Common/Runtime/Api/Lobbies/LobbyUtils.cs.meta +1 -1
  93. package/Common/Runtime/Api/Lobbies/NotInLobby.cs +2 -2
  94. package/Common/Runtime/Api/Lobbies/NotInLobby.cs.meta +1 -1
  95. package/Common/Runtime/Api/Lobbies/Requests/AddTagsRequest.cs +2 -2
  96. package/Common/Runtime/Api/Lobbies/Requests/AddTagsRequest.cs.meta +1 -1
  97. package/Common/Runtime/Api/Lobbies/Requests/CreateLobbyRequest.cs +2 -2
  98. package/Common/Runtime/Api/Lobbies/Requests/CreateLobbyRequest.cs.meta +1 -1
  99. package/Common/Runtime/Api/Lobbies/Requests/JoinByPasscodeRequest.cs +2 -2
  100. package/Common/Runtime/Api/Lobbies/Requests/JoinByPasscodeRequest.cs.meta +1 -1
  101. package/Common/Runtime/Api/Lobbies/Requests/JoinLobbyRequest.cs +2 -2
  102. package/Common/Runtime/Api/Lobbies/Requests/JoinLobbyRequest.cs.meta +1 -1
  103. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryRequest.cs +3 -3
  104. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryRequest.cs.meta +1 -1
  105. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryResponse.cs +2 -2
  106. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryResponse.cs.meta +1 -1
  107. package/Common/Runtime/Api/Lobbies/Requests/RemoveFromLobbyRequest.cs +2 -2
  108. package/Common/Runtime/Api/Lobbies/Requests/RemoveFromLobbyRequest.cs.meta +1 -1
  109. package/Common/Runtime/Api/Lobbies/Requests/RemoveTagsRequest.cs +2 -2
  110. package/Common/Runtime/Api/Lobbies/Requests/RemoveTagsRequest.cs.meta +1 -1
  111. package/Common/Runtime/Api/Lobbies/Requests/UpdateLobbyRequest.cs +3 -3
  112. package/Common/Runtime/Api/Lobbies/Requests/UpdateLobbyRequest.cs.meta +1 -1
  113. package/Common/Runtime/Api/Mail/AbsMailApi.cs +2 -2
  114. package/Common/Runtime/Api/Mail/AbsMailApi.cs.meta +1 -1
  115. package/Common/Runtime/Api/Mail/IMailApi.cs +2 -2
  116. package/Common/Runtime/Api/Mail/IMailApi.cs.meta +1 -1
  117. package/Common/Runtime/Api/Notifications/INotificationService.cs +2 -2
  118. package/Common/Runtime/Api/Notifications/INotificationService.cs.meta +1 -1
  119. package/Common/Runtime/Api/Notifications/PrimitiveStringPayload.cs +2 -2
  120. package/Common/Runtime/Api/Notifications/PrimitiveStringPayload.cs.meta +1 -1
  121. package/Common/Runtime/Api/Parties/IPartyApi.cs +3 -3
  122. package/Common/Runtime/Api/Parties/IPartyApi.cs.meta +1 -1
  123. package/Common/Runtime/Api/Parties/NotInParty.cs +3 -3
  124. package/Common/Runtime/Api/Parties/NotInParty.cs.meta +1 -1
  125. package/Common/Runtime/Api/Parties/Party.cs +3 -3
  126. package/Common/Runtime/Api/Parties/Party.cs.meta +1 -1
  127. package/Common/Runtime/Api/Parties/PartyNotifications.cs +3 -3
  128. package/Common/Runtime/Api/Parties/PartyNotifications.cs.meta +1 -1
  129. package/Common/Runtime/Api/Parties/PartyRestriction.cs +3 -3
  130. package/Common/Runtime/Api/Parties/PartyRestriction.cs.meta +1 -1
  131. package/Common/Runtime/Api/Parties/PartyService.cs +3 -3
  132. package/Common/Runtime/Api/Parties/PartyService.cs.meta +1 -1
  133. package/Common/Runtime/Api/Parties/Requests/CreatePartyRequest.cs +3 -3
  134. package/Common/Runtime/Api/Parties/Requests/CreatePartyRequest.cs.meta +1 -1
  135. package/Common/Runtime/Api/Parties/Requests/PartyQueryResponse.cs +3 -3
  136. package/Common/Runtime/Api/Parties/Requests/PartyQueryResponse.cs.meta +1 -1
  137. package/Common/Runtime/Api/Parties/Requests/PlayerRequest.cs +3 -3
  138. package/Common/Runtime/Api/Parties/Requests/PlayerRequest.cs.meta +1 -1
  139. package/Common/Runtime/Api/Parties/Requests/UpdatePartyRequest.cs +3 -3
  140. package/Common/Runtime/Api/Parties/Requests/UpdatePartyRequest.cs.meta +1 -1
  141. package/Common/Runtime/Api/Payments/IPaymentsApi.cs +3 -3
  142. package/Common/Runtime/Api/Payments/IPaymentsApi.cs.meta +1 -1
  143. package/Common/Runtime/Api/Payments/PaymentsApi.cs +3 -3
  144. package/Common/Runtime/Api/Payments/PaymentsApi.cs.meta +1 -1
  145. package/Common/Runtime/Api/Presence/IPresenceApi.cs +2 -2
  146. package/Common/Runtime/Api/Presence/IPresenceApi.cs.meta +1 -1
  147. package/Common/Runtime/Api/Presence/PresenceService.cs +2 -2
  148. package/Common/Runtime/Api/Presence/PresenceService.cs.meta +1 -1
  149. package/Common/Runtime/Api/Push/IPushApi.cs +2 -2
  150. package/Common/Runtime/Api/Push/IPushApi.cs.meta +1 -1
  151. package/Common/Runtime/Api/QueryBuilder.cs +2 -2
  152. package/Common/Runtime/Api/QueryBuilder.cs.meta +1 -1
  153. package/Common/Runtime/Api/Realms/IAliasService.cs +2 -2
  154. package/Common/Runtime/Api/Realms/IAliasService.cs.meta +1 -1
  155. package/Common/Runtime/Api/Realms/IRealmApi.cs +2 -2
  156. package/Common/Runtime/Api/Realms/IRealmApi.cs.meta +1 -1
  157. package/Common/Runtime/Api/Realms/RealmService.cs +2 -2
  158. package/Common/Runtime/Api/Realms/RealmService.cs.meta +1 -1
  159. package/Common/Runtime/Api/SignedRequesterHelper.cs +2 -2
  160. package/Common/Runtime/Api/SignedRequesterHelper.cs.meta +1 -1
  161. package/Common/Runtime/Api/Social/ISocialApi.cs +2 -2
  162. package/Common/Runtime/Api/Social/ISocialApi.cs.meta +1 -1
  163. package/Common/Runtime/Api/Social/SocialApi.cs +2 -2
  164. package/Common/Runtime/Api/Social/SocialApi.cs.meta +1 -1
  165. package/Common/Runtime/Api/Stats/AbsStatsApi.cs +2 -2
  166. package/Common/Runtime/Api/Stats/AbsStatsApi.cs.meta +1 -1
  167. package/Common/Runtime/Api/Stats/IStatsApi.cs +2 -2
  168. package/Common/Runtime/Api/Stats/IStatsApi.cs.meta +1 -1
  169. package/Common/Runtime/Api/Stats/StatsAccessType.cs +2 -2
  170. package/Common/Runtime/Api/Stats/StatsAccessType.cs.meta +1 -1
  171. package/Common/Runtime/Api/Stats/StatsApiHelper.cs +3 -3
  172. package/Common/Runtime/Api/Stats/StatsApiHelper.cs.meta +1 -1
  173. package/Common/Runtime/Api/Stats/StatsDomainType.cs +2 -2
  174. package/Common/Runtime/Api/Stats/StatsDomainType.cs.meta +1 -1
  175. package/Common/Runtime/Api/Tournaments/ITournamentApi.cs +2 -2
  176. package/Common/Runtime/Api/Tournaments/ITournamentApi.cs.meta +1 -1
  177. package/Common/Runtime/Api/Tournaments/TournamentApi.cs +2 -2
  178. package/Common/Runtime/Api/Tournaments/TournamentApi.cs.meta +1 -1
  179. package/Common/Runtime/BeamCli/CliContractTypeAttribute.cs +2 -2
  180. package/Common/Runtime/BeamCli/CliContractTypeAttribute.cs.meta +1 -1
  181. package/Common/Runtime/BeamCli/CliOtelData.cs +2 -2
  182. package/Common/Runtime/BeamCli/CliOtelData.cs.meta +1 -1
  183. package/Common/Runtime/BeamCli/Contracts/CliLogMessage.cs +2 -2
  184. package/Common/Runtime/BeamCli/Contracts/CliLogMessage.cs.meta +1 -1
  185. package/Common/Runtime/BeamCli/Contracts/CollectorStatus.cs +2 -2
  186. package/Common/Runtime/BeamCli/Contracts/CollectorStatus.cs.meta +1 -1
  187. package/Common/Runtime/BeamCli/Contracts/Constants.cs +2 -2
  188. package/Common/Runtime/BeamCli/Contracts/Constants.cs.meta +1 -1
  189. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotActionType.cs +2 -2
  190. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotActionType.cs.meta +1 -1
  191. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotType.cs +3 -3
  192. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotType.cs.meta +1 -1
  193. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentSnapshotType.cs +2 -2
  194. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentSnapshotType.cs.meta +1 -1
  195. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentStatus.cs +3 -3
  196. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentStatus.cs.meta +1 -1
  197. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifest.cs +3 -3
  198. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifest.cs.meta +1 -1
  199. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifestEntry.cs +3 -3
  200. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifestEntry.cs.meta +1 -1
  201. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestAuthor.cs +2 -2
  202. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestAuthor.cs.meta +1 -1
  203. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestProjectData.cs +3 -3
  204. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestProjectData.cs.meta +1 -1
  205. package/Common/Runtime/BeamCli/Contracts/ContentService/TagStatus.cs +3 -3
  206. package/Common/Runtime/BeamCli/Contracts/ContentService/TagStatus.cs.meta +1 -1
  207. package/Common/Runtime/BeamCli/Contracts/EnvironmentVersionData.cs +2 -2
  208. package/Common/Runtime/BeamCli/Contracts/EnvironmentVersionData.cs.meta +1 -1
  209. package/Common/Runtime/BeamCli/Contracts/GenerateEnvOutput.cs +2 -2
  210. package/Common/Runtime/BeamCli/Contracts/GenerateEnvOutput.cs.meta +1 -1
  211. package/Common/Runtime/BeamCli/Contracts/ServiceInfo.cs +2 -2
  212. package/Common/Runtime/BeamCli/Contracts/ServiceInfo.cs.meta +1 -1
  213. package/Common/Runtime/BeamCli/ErrorOutput.cs +2 -2
  214. package/Common/Runtime/BeamCli/ErrorOutput.cs.meta +1 -1
  215. package/Common/Runtime/BeamCli/IBeamCommand.cs +2 -2
  216. package/Common/Runtime/BeamCli/IBeamCommand.cs.meta +1 -1
  217. package/Common/Runtime/BeamCli/Reporting.cs +2 -2
  218. package/Common/Runtime/BeamCli/Reporting.cs.meta +1 -1
  219. package/Common/Runtime/BeamCli/ServiceInfoHelper.cs +3 -3
  220. package/Common/Runtime/BeamCli/ServiceInfoHelper.cs.meta +1 -1
  221. package/Common/Runtime/BeamGenerateSchemaAttribute.cs +3 -3
  222. package/Common/Runtime/BeamGenerateSchemaAttribute.cs.meta +1 -1
  223. package/Common/Runtime/BeamableColorUtil.cs +3 -3
  224. package/Common/Runtime/BeamableColorUtil.cs.meta +1 -1
  225. package/Common/Runtime/BeamableEnumExtensions.cs +2 -2
  226. package/Common/Runtime/BeamableEnumExtensions.cs.meta +1 -1
  227. package/Common/Runtime/BeamableTaskExtensions.cs +3 -3
  228. package/Common/Runtime/BeamableTaskExtensions.cs.meta +1 -1
  229. package/Common/Runtime/Collections/ConcurrentBag.cs +2 -2
  230. package/Common/Runtime/Collections/ConcurrentBag.cs.meta +1 -1
  231. package/Common/Runtime/Collections/ConcurrentDictionary.cs +2 -2
  232. package/Common/Runtime/Collections/ConcurrentDictionary.cs.meta +1 -1
  233. package/Common/Runtime/Constants/Constants.cs +3 -3
  234. package/Common/Runtime/Constants/Constants.cs.meta +1 -1
  235. package/Common/Runtime/Constants/Implementations/ArchiveConstants.cs +2 -2
  236. package/Common/Runtime/Constants/Implementations/ArchiveConstants.cs.meta +1 -1
  237. package/Common/Runtime/Constants/Implementations/ConfigConstants.cs +3 -3
  238. package/Common/Runtime/Constants/Implementations/ConfigConstants.cs.meta +1 -1
  239. package/Common/Runtime/Constants/Implementations/ContentConstants.cs +3 -3
  240. package/Common/Runtime/Constants/Implementations/ContentConstants.cs.meta +1 -1
  241. package/Common/Runtime/Constants/Implementations/ContentManagerConstants.cs +3 -3
  242. package/Common/Runtime/Constants/Implementations/ContentManagerConstants.cs.meta +1 -1
  243. package/Common/Runtime/Constants/Implementations/CronConstants.cs +3 -3
  244. package/Common/Runtime/Constants/Implementations/CronConstants.cs.meta +1 -1
  245. package/Common/Runtime/Constants/Implementations/DockerConstants.cs +3 -3
  246. package/Common/Runtime/Constants/Implementations/DockerConstants.cs.meta +1 -1
  247. package/Common/Runtime/Constants/Implementations/EnvironmentConstants.cs +2 -2
  248. package/Common/Runtime/Constants/Implementations/EnvironmentConstants.cs.meta +1 -1
  249. package/Common/Runtime/Constants/Implementations/LoginBaseConstants.cs +3 -3
  250. package/Common/Runtime/Constants/Implementations/LoginBaseConstants.cs.meta +1 -1
  251. package/Common/Runtime/Constants/Implementations/MigrationConstants.cs +2 -2
  252. package/Common/Runtime/Constants/Implementations/MigrationConstants.cs.meta +1 -1
  253. package/Common/Runtime/Constants/Implementations/NotificationConstants.cs +2 -2
  254. package/Common/Runtime/Constants/Implementations/NotificationConstants.cs.meta +1 -1
  255. package/Common/Runtime/Constants/Implementations/OtelConstants.cs +2 -2
  256. package/Common/Runtime/Constants/Implementations/OtelConstants.cs.meta +1 -1
  257. package/Common/Runtime/Constants/Implementations/RequesterConstants.cs +2 -2
  258. package/Common/Runtime/Constants/Implementations/RequesterConstants.cs.meta +1 -1
  259. package/Common/Runtime/Constants/Implementations/SchedulesConstants.cs +3 -3
  260. package/Common/Runtime/Constants/Implementations/SchedulesConstants.cs.meta +1 -1
  261. package/Common/Runtime/Constants/Implementations/ServiceConstants.cs +3 -3
  262. package/Common/Runtime/Constants/Implementations/ServiceConstants.cs.meta +1 -1
  263. package/Common/Runtime/Constants/Implementations/SpewConstants.cs +3 -3
  264. package/Common/Runtime/Constants/Implementations/SpewConstants.cs.meta +1 -1
  265. package/Common/Runtime/Constants/Implementations/TestingToolConstants.cs +3 -3
  266. package/Common/Runtime/Constants/Implementations/TestingToolConstants.cs.meta +1 -1
  267. package/Common/Runtime/Constants/Implementations/ToolbarConstants.cs +3 -3
  268. package/Common/Runtime/Constants/Implementations/ToolbarConstants.cs.meta +1 -1
  269. package/Common/Runtime/Constants/Implementations/ToolboxConstants.cs +3 -3
  270. package/Common/Runtime/Constants/Implementations/ToolboxConstants.cs.meta +1 -1
  271. package/Common/Runtime/Constants/Implementations/TooltipConstants.cs +3 -3
  272. package/Common/Runtime/Constants/Implementations/TooltipConstants.cs.meta +1 -1
  273. package/Common/Runtime/Content/ClientContentSerializer.cs +2 -2
  274. package/Common/Runtime/Content/ClientContentSerializer.cs.meta +1 -1
  275. package/Common/Runtime/Content/ClientManifest.cs +2 -2
  276. package/Common/Runtime/Content/ClientManifest.cs.meta +1 -1
  277. package/Common/Runtime/Content/ClientPermissions.cs +2 -2
  278. package/Common/Runtime/Content/ClientPermissions.cs.meta +1 -1
  279. package/Common/Runtime/Content/ContentCorruptedException.cs +3 -3
  280. package/Common/Runtime/Content/ContentCorruptedException.cs.meta +1 -1
  281. package/Common/Runtime/Content/ContentDataInfo.cs +2 -2
  282. package/Common/Runtime/Content/ContentDataInfo.cs.meta +1 -1
  283. package/Common/Runtime/Content/ContentDeserializationException.cs +2 -2
  284. package/Common/Runtime/Content/ContentDeserializationException.cs.meta +1 -1
  285. package/Common/Runtime/Content/ContentFieldAttribute.cs +2 -2
  286. package/Common/Runtime/Content/ContentFieldAttribute.cs.meta +1 -1
  287. package/Common/Runtime/Content/ContentFilterType.cs +2 -2
  288. package/Common/Runtime/Content/ContentFilterType.cs.meta +1 -1
  289. package/Common/Runtime/Content/ContentNotFoundException.cs +2 -2
  290. package/Common/Runtime/Content/ContentNotFoundException.cs.meta +1 -1
  291. package/Common/Runtime/Content/ContentObject.cs +3 -3
  292. package/Common/Runtime/Content/ContentQuery.cs +2 -2
  293. package/Common/Runtime/Content/ContentQuery.cs.meta +1 -1
  294. package/Common/Runtime/Content/ContentQueryExtensions.cs +2 -2
  295. package/Common/Runtime/Content/ContentQueryExtensions.cs.meta +1 -1
  296. package/Common/Runtime/Content/ContentRef.cs +2 -2
  297. package/Common/Runtime/Content/ContentRef.cs.meta +1 -1
  298. package/Common/Runtime/Content/ContentSerializer.cs +2 -2
  299. package/Common/Runtime/Content/ContentSerializer.cs.meta +1 -1
  300. package/Common/Runtime/Content/ContentTypeAttribute.cs +2 -2
  301. package/Common/Runtime/Content/ContentTypeAttribute.cs.meta +1 -1
  302. package/Common/Runtime/Content/ContentTypeReflectionCache.cs +2 -2
  303. package/Common/Runtime/Content/ContentTypeReflectionCache.cs.meta +1 -1
  304. package/Common/Runtime/Content/ContentVisibility.cs +2 -2
  305. package/Common/Runtime/Content/ContentVisibility.cs.meta +1 -1
  306. package/Common/Runtime/Content/Federation.cs +3 -3
  307. package/Common/Runtime/Content/Federation.cs.meta +1 -1
  308. package/Common/Runtime/Content/IContentObject.cs +2 -2
  309. package/Common/Runtime/Content/IContentObject.cs.meta +1 -1
  310. package/Common/Runtime/Content/IContentService.cs +2 -2
  311. package/Common/Runtime/Content/IContentService.cs.meta +1 -1
  312. package/Common/Runtime/Content/IIgnoreSerializationCallbacks.cs +3 -3
  313. package/Common/Runtime/Content/IIgnoreSerializationCallbacks.cs.meta +1 -1
  314. package/Common/Runtime/Content/IgnoreContentFieldAttribute.cs +2 -2
  315. package/Common/Runtime/Content/IgnoreContentFieldAttribute.cs.meta +1 -1
  316. package/Common/Runtime/Content/Optionals.cs +2 -2
  317. package/Common/Runtime/Content/Optionals.cs.meta +1 -1
  318. package/Common/Runtime/Content/PropertyAttributes/FilePathSelectorAttribute.cs +3 -3
  319. package/Common/Runtime/Content/PropertyAttributes/FilePathSelectorAttribute.cs.meta +1 -1
  320. package/Common/Runtime/Content/PropertyAttributes/HideUnlessServerPackageInstalled.cs +2 -2
  321. package/Common/Runtime/Content/PropertyAttributes/HideUnlessServerPackageInstalled.cs.meta +1 -1
  322. package/Common/Runtime/Content/PropertyAttributes/ReadonlyIfAttribute.cs +3 -3
  323. package/Common/Runtime/Content/PropertyAttributes/ReadonlyIfAttribute.cs.meta +1 -1
  324. package/Common/Runtime/Content/PropertyAttributes/ShowOnlyAttribute.cs +3 -3
  325. package/Common/Runtime/Content/PropertyAttributes/ShowOnlyAttribute.cs.meta +1 -1
  326. package/Common/Runtime/Content/RenderAsRefAttribute.cs +2 -2
  327. package/Common/Runtime/Content/RenderAsRefAttribute.cs.meta +1 -1
  328. package/Common/Runtime/Content/SerializableDictionary.cs +2 -2
  329. package/Common/Runtime/Content/SerializableDictionary.cs.meta +1 -1
  330. package/Common/Runtime/Content/Utility/DateUtility.cs +3 -3
  331. package/Common/Runtime/Content/Utility/DateUtility.cs.meta +1 -1
  332. package/Common/Runtime/Content/Validation/AggregateContentValidationException.cs +2 -2
  333. package/Common/Runtime/Content/Validation/AggregateContentValidationException.cs.meta +1 -1
  334. package/Common/Runtime/Content/Validation/CannotBeBlank.cs +2 -2
  335. package/Common/Runtime/Content/Validation/CannotBeBlank.cs.meta +1 -1
  336. package/Common/Runtime/Content/Validation/CannotBeEmpty.cs +2 -2
  337. package/Common/Runtime/Content/Validation/CannotBeEmpty.cs.meta +1 -1
  338. package/Common/Runtime/Content/Validation/ContentValidationException.cs +2 -2
  339. package/Common/Runtime/Content/Validation/ContentValidationException.cs.meta +1 -1
  340. package/Common/Runtime/Content/Validation/FederationMustBeValid.cs +2 -2
  341. package/Common/Runtime/Content/Validation/FederationMustBeValid.cs.meta +1 -1
  342. package/Common/Runtime/Content/Validation/MustBeComparatorString.cs +2 -2
  343. package/Common/Runtime/Content/Validation/MustBeComparatorString.cs.meta +1 -1
  344. package/Common/Runtime/Content/Validation/MustBeCurrency.cs +2 -2
  345. package/Common/Runtime/Content/Validation/MustBeCurrency.cs.meta +1 -1
  346. package/Common/Runtime/Content/Validation/MustBeCurrencyOrItem.cs +2 -2
  347. package/Common/Runtime/Content/Validation/MustBeCurrencyOrItem.cs.meta +1 -1
  348. package/Common/Runtime/Content/Validation/MustBeDateString.cs +2 -2
  349. package/Common/Runtime/Content/Validation/MustBeDateString.cs.meta +1 -1
  350. package/Common/Runtime/Content/Validation/MustBeItem.cs +2 -2
  351. package/Common/Runtime/Content/Validation/MustBeItem.cs.meta +1 -1
  352. package/Common/Runtime/Content/Validation/MustBeLeaderboard.cs +2 -2
  353. package/Common/Runtime/Content/Validation/MustBeLeaderboard.cs.meta +1 -1
  354. package/Common/Runtime/Content/Validation/MustBeNonDefault.cs +3 -3
  355. package/Common/Runtime/Content/Validation/MustBeNonDefault.cs.meta +1 -1
  356. package/Common/Runtime/Content/Validation/MustBeNonNegative.cs +2 -2
  357. package/Common/Runtime/Content/Validation/MustBeNonNegative.cs.meta +1 -1
  358. package/Common/Runtime/Content/Validation/MustBeOneOf.cs +2 -2
  359. package/Common/Runtime/Content/Validation/MustBeOneOf.cs.meta +1 -1
  360. package/Common/Runtime/Content/Validation/MustBePositive.cs +2 -2
  361. package/Common/Runtime/Content/Validation/MustBePositive.cs.meta +1 -1
  362. package/Common/Runtime/Content/Validation/MustBeSlugString.cs +3 -3
  363. package/Common/Runtime/Content/Validation/MustBeSlugString.cs.meta +1 -1
  364. package/Common/Runtime/Content/Validation/MustBeTimeSpanDuration.cs +3 -3
  365. package/Common/Runtime/Content/Validation/MustBeTimeSpanDuration.cs.meta +1 -1
  366. package/Common/Runtime/Content/Validation/MustBeValidCron.cs +3 -3
  367. package/Common/Runtime/Content/Validation/MustBeValidCron.cs.meta +1 -1
  368. package/Common/Runtime/Content/Validation/MustContain.cs +2 -2
  369. package/Common/Runtime/Content/Validation/MustContain.cs.meta +1 -1
  370. package/Common/Runtime/Content/Validation/MustReferenceContent.cs +2 -2
  371. package/Common/Runtime/Content/Validation/MustReferenceContent.cs.meta +1 -1
  372. package/Common/Runtime/Content/Validation/RouteParametersMustBeValid.cs +2 -2
  373. package/Common/Runtime/Content/Validation/RouteParametersMustBeValid.cs.meta +1 -1
  374. package/Common/Runtime/Content/Validation/ServiceRouteMustBeValid.cs +2 -2
  375. package/Common/Runtime/Content/Validation/ServiceRouteMustBeValid.cs.meta +1 -1
  376. package/Common/Runtime/Content/Validation/TimeSpanDisplayAttribute.cs +2 -2
  377. package/Common/Runtime/Content/Validation/TimeSpanDisplayAttribute.cs.meta +1 -1
  378. package/Common/Runtime/Content/Validation/ValidationAttribute.cs +2 -2
  379. package/Common/Runtime/Content/Validation/ValidationAttribute.cs.meta +1 -1
  380. package/Common/Runtime/Content/Validation/ValidationContext.cs +2 -2
  381. package/Common/Runtime/Content/Validation/ValidationContext.cs.meta +1 -1
  382. package/Common/Runtime/CronExpression/CronLocale.cs +3 -3
  383. package/Common/Runtime/CronExpression/CronLocale.cs.meta +1 -1
  384. package/Common/Runtime/CronExpression/ErrorData.cs +3 -3
  385. package/Common/Runtime/CronExpression/ErrorData.cs.meta +1 -1
  386. package/Common/Runtime/CronExpression/ExpressionParser.cs +3 -3
  387. package/Common/Runtime/CronExpression/ExpressionParser.cs.meta +1 -1
  388. package/Common/Runtime/CronExpression/Options.cs +2 -2
  389. package/Common/Runtime/CronExpression/Options.cs.meta +1 -1
  390. package/Common/Runtime/Debug.cs +2 -2
  391. package/Common/Runtime/Debug.cs.meta +1 -1
  392. package/Common/Runtime/DefaultQuery.cs +2 -2
  393. package/Common/Runtime/DefaultQuery.cs.meta +1 -1
  394. package/Common/Runtime/Dependencies/DependencyBuilder.cs +2 -2
  395. package/Common/Runtime/Dependencies/DependencyBuilder.cs.meta +1 -1
  396. package/Common/Runtime/Dependencies/DependencyProvider.cs +2 -2
  397. package/Common/Runtime/Dependencies/DependencyProvider.cs.meta +1 -1
  398. package/Common/Runtime/Dependencies/Exceptions.cs +2 -2
  399. package/Common/Runtime/Dependencies/Exceptions.cs.meta +1 -1
  400. package/Common/Runtime/Dependencies/IDependencyList.cs +2 -2
  401. package/Common/Runtime/Dependencies/IDependencyList.cs.meta +1 -1
  402. package/Common/Runtime/Dependencies/IDependencyNameProvider.cs +2 -2
  403. package/Common/Runtime/Dependencies/IDependencyNameProvider.cs.meta +1 -1
  404. package/Common/Runtime/Dependencies/RegisterBeamableDependenciesAttribute.cs +2 -2
  405. package/Common/Runtime/Dependencies/RegisterBeamableDependenciesAttribute.cs.meta +1 -1
  406. package/Common/Runtime/Dependencies/ServiceStorage.cs +2 -2
  407. package/Common/Runtime/Dependencies/ServiceStorage.cs.meta +1 -1
  408. package/Common/Runtime/Dependencies/Utils.cs +2 -2
  409. package/Common/Runtime/Dependencies/Utils.cs.meta +1 -1
  410. package/Common/Runtime/DocUtils.cs +2 -2
  411. package/Common/Runtime/DocUtils.cs.meta +1 -1
  412. package/Common/Runtime/Environment/PackageVersion.cs +7 -2
  413. package/Common/Runtime/Environment/PackageVersion.cs.meta +1 -1
  414. package/Common/Runtime/Federation/FederatedGameServer.cs +2 -2
  415. package/Common/Runtime/Federation/FederatedGameServer.cs.meta +1 -1
  416. package/Common/Runtime/Federation/FederatedInventory.cs +2 -2
  417. package/Common/Runtime/Federation/FederatedInventory.cs.meta +1 -1
  418. package/Common/Runtime/Federation/FederatedLogin.cs +2 -2
  419. package/Common/Runtime/Federation/FederatedLogin.cs.meta +1 -1
  420. package/Common/Runtime/Federation/FederatedPlayerInit.cs +2 -2
  421. package/Common/Runtime/Federation/FederatedPlayerInit.cs.meta +1 -1
  422. package/Common/Runtime/Federation/Federation.cs +2 -2
  423. package/Common/Runtime/Federation/Federation.cs.meta +1 -1
  424. package/Common/Runtime/IRuntimeConfigProvider.cs +2 -2
  425. package/Common/Runtime/IRuntimeConfigProvider.cs.meta +1 -1
  426. package/Common/Runtime/ISearchableElement.cs +2 -2
  427. package/Common/Runtime/ISearchableElement.cs.meta +1 -1
  428. package/Common/Runtime/JsonSerializable/DeleteStream.cs +2 -2
  429. package/Common/Runtime/JsonSerializable/DeleteStream.cs.meta +1 -1
  430. package/Common/Runtime/JsonSerializable/DiffStream.cs +2 -2
  431. package/Common/Runtime/JsonSerializable/DiffStream.cs.meta +1 -1
  432. package/Common/Runtime/JsonSerializable/JsonData.cs +2 -2
  433. package/Common/Runtime/JsonSerializable/JsonData.cs.meta +1 -1
  434. package/Common/Runtime/JsonSerializable/JsonSaveStream.cs +2 -2
  435. package/Common/Runtime/JsonSerializable/JsonSaveStream.cs.meta +1 -1
  436. package/Common/Runtime/JsonSerializable/JsonSerializable.cs +2 -2
  437. package/Common/Runtime/JsonSerializable/JsonSerializable.cs.meta +1 -1
  438. package/Common/Runtime/JsonSerializable/LoadStream.cs +2 -2
  439. package/Common/Runtime/JsonSerializable/LoadStream.cs.meta +1 -1
  440. package/Common/Runtime/JsonSerializable/MessagePackStream.cs +212 -0
  441. package/Common/Runtime/JsonSerializable/MessagePackStream.cs.meta +11 -0
  442. package/Common/Runtime/JsonSerializable/SaveStream.cs +2 -2
  443. package/Common/Runtime/JsonSerializable/SaveStream.cs.meta +1 -1
  444. package/Common/Runtime/JsonSerializable/TypeLookupFactory.cs +2 -2
  445. package/Common/Runtime/JsonSerializable/TypeLookupFactory.cs.meta +1 -1
  446. package/Common/Runtime/Modules/Announcements/AnnouncementApiContent.cs +2 -2
  447. package/Common/Runtime/Modules/Announcements/AnnouncementContent.cs +2 -2
  448. package/Common/Runtime/Modules/Announcements/AnnouncementRef.cs +2 -2
  449. package/Common/Runtime/Modules/Announcements/AnnouncementRef.cs.meta +1 -1
  450. package/Common/Runtime/Modules/Calendars/CalendarContent.cs +2 -2
  451. package/Common/Runtime/Modules/Calendars/CalendarRef.cs +2 -2
  452. package/Common/Runtime/Modules/Calendars/CalendarRef.cs.meta +1 -1
  453. package/Common/Runtime/Modules/Groups/GroupDonationContentRef.cs +2 -2
  454. package/Common/Runtime/Modules/Groups/GroupDonationContentRef.cs.meta +1 -1
  455. package/Common/Runtime/Modules/Groups/GroupDonationsContent.cs +2 -2
  456. package/Common/Runtime/Modules/Inventory/CurrencyContent.cs +2 -2
  457. package/Common/Runtime/Modules/Inventory/CurrencyRef.cs +2 -2
  458. package/Common/Runtime/Modules/Inventory/CurrencyRef.cs.meta +1 -1
  459. package/Common/Runtime/Modules/Inventory/ItemContent.cs +2 -2
  460. package/Common/Runtime/Modules/Inventory/ItemRef.cs +2 -2
  461. package/Common/Runtime/Modules/Inventory/ItemRef.cs.meta +1 -1
  462. package/Common/Runtime/Modules/Inventory/VipContent.cs +3 -3
  463. package/Common/Runtime/Modules/Leaderboards/LeaderboardContent.cs +2 -2
  464. package/Common/Runtime/Modules/Leaderboards/LeaderboardRef.cs +2 -2
  465. package/Common/Runtime/Modules/Leaderboards/LeaderboardRef.cs.meta +1 -1
  466. package/Common/Runtime/Modules/SharedContent/ApiContent.cs +2 -2
  467. package/Common/Runtime/Modules/SharedContent/EmailContent.cs +2 -2
  468. package/Common/Runtime/Modules/SharedContent/EventContent.cs +3 -3
  469. package/Common/Runtime/Modules/SharedContent/PlayerReward.cs +2 -2
  470. package/Common/Runtime/Modules/SharedContent/PlayerReward.cs.meta +1 -1
  471. package/Common/Runtime/Modules/SharedContent/ScheduleDefinition.cs +2 -2
  472. package/Common/Runtime/Modules/SharedContent/ScheduleDefinition.cs.meta +1 -1
  473. package/Common/Runtime/Modules/SharedContent/ScheduleExtensions.cs +3 -3
  474. package/Common/Runtime/Modules/SharedContent/ScheduleExtensions.cs.meta +1 -1
  475. package/Common/Runtime/Modules/SharedContent/SimGameType.cs +2 -2
  476. package/Common/Runtime/Modules/Shop/ListingContent.cs +2 -2
  477. package/Common/Runtime/Modules/Shop/ListingLink.cs +2 -2
  478. package/Common/Runtime/Modules/Shop/ListingLink.cs.meta +1 -1
  479. package/Common/Runtime/Modules/Shop/ListingRef.cs +2 -2
  480. package/Common/Runtime/Modules/Shop/ListingRef.cs.meta +1 -1
  481. package/Common/Runtime/Modules/Shop/SKUContent.cs +2 -2
  482. package/Common/Runtime/Modules/Shop/SKURef.cs +2 -2
  483. package/Common/Runtime/Modules/Shop/SKURef.cs.meta +1 -1
  484. package/Common/Runtime/Modules/Shop/StoreContent.cs +2 -2
  485. package/Common/Runtime/Modules/Shop/StoreRef.cs +2 -2
  486. package/Common/Runtime/Modules/Shop/StoreRef.cs.meta +1 -1
  487. package/Common/Runtime/Modules/Steam/ISteamService.cs +3 -3
  488. package/Common/Runtime/Modules/Steam/ISteamService.cs.meta +1 -1
  489. package/Common/Runtime/Modules/Tournaments/TournamentColorConstants.cs +3 -3
  490. package/Common/Runtime/Modules/Tournaments/TournamentColorConstants.cs.meta +1 -1
  491. package/Common/Runtime/Modules/Tournaments/TournamentContent.cs +3 -3
  492. package/Common/Runtime/ObjectExtensions.cs +3 -3
  493. package/Common/Runtime/ObjectExtensions.cs.meta +1 -1
  494. package/Common/Runtime/OpenApi/AccountsBasic.gs.cs +2 -2
  495. package/Common/Runtime/OpenApi/AccountsBasic.gs.cs.meta +1 -1
  496. package/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs +2 -2
  497. package/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs.meta +1 -1
  498. package/Common/Runtime/OpenApi/AccountsObject.gs.cs +2 -2
  499. package/Common/Runtime/OpenApi/AccountsObject.gs.cs.meta +1 -1
  500. package/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs +2 -2
  501. package/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs.meta +1 -1
  502. package/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs +2 -2
  503. package/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs.meta +1 -1
  504. package/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs +2 -2
  505. package/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs.meta +1 -1
  506. package/Common/Runtime/OpenApi/AuthBasic.gs.cs +2 -2
  507. package/Common/Runtime/OpenApi/AuthBasic.gs.cs.meta +1 -1
  508. package/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs +2 -2
  509. package/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs.meta +1 -1
  510. package/Common/Runtime/OpenApi/BeamAdmin.gs.cs +2 -2
  511. package/Common/Runtime/OpenApi/BeamAdmin.gs.cs.meta +1 -1
  512. package/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs +2 -2
  513. package/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs.meta +1 -1
  514. package/Common/Runtime/OpenApi/BeamAuth.gs.cs +2 -2
  515. package/Common/Runtime/OpenApi/BeamAuth.gs.cs.meta +1 -1
  516. package/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs +2 -2
  517. package/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs.meta +1 -1
  518. package/Common/Runtime/OpenApi/BeamBeamo.gs.cs +2 -2
  519. package/Common/Runtime/OpenApi/BeamBeamo.gs.cs.meta +1 -1
  520. package/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs +2 -2
  521. package/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs.meta +1 -1
  522. package/Common/Runtime/OpenApi/BeamBeamootel.gs.cs +2 -2
  523. package/Common/Runtime/OpenApi/BeamBeamootel.gs.cs.meta +1 -1
  524. package/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs +2 -2
  525. package/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs.meta +1 -1
  526. package/Common/Runtime/OpenApi/BeamCustomer.gs.cs +2 -2
  527. package/Common/Runtime/OpenApi/BeamCustomer.gs.cs.meta +1 -1
  528. package/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs +2 -2
  529. package/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs.meta +1 -1
  530. package/Common/Runtime/OpenApi/BeamLobby.gs.cs +2 -2
  531. package/Common/Runtime/OpenApi/BeamLobby.gs.cs.meta +1 -1
  532. package/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs +2 -2
  533. package/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs.meta +1 -1
  534. package/Common/Runtime/OpenApi/BeamMailbox.gs.cs +2 -2
  535. package/Common/Runtime/OpenApi/BeamMailbox.gs.cs.meta +1 -1
  536. package/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs +2 -2
  537. package/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs.meta +1 -1
  538. package/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs +2 -2
  539. package/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs.meta +1 -1
  540. package/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs +2 -2
  541. package/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs.meta +1 -1
  542. package/Common/Runtime/OpenApi/BeamParty.gs.cs +2 -2
  543. package/Common/Runtime/OpenApi/BeamParty.gs.cs.meta +1 -1
  544. package/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs +2 -2
  545. package/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs.meta +1 -1
  546. package/Common/Runtime/OpenApi/BeamPlayer.gs.cs +2 -2
  547. package/Common/Runtime/OpenApi/BeamPlayer.gs.cs.meta +1 -1
  548. package/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs +2 -2
  549. package/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs.meta +1 -1
  550. package/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs +2 -2
  551. package/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs.meta +1 -1
  552. package/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs +2 -2
  553. package/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs.meta +1 -1
  554. package/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs +2 -2
  555. package/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs.meta +1 -1
  556. package/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs +2 -2
  557. package/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs.meta +1 -1
  558. package/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs +2 -2
  559. package/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs.meta +1 -1
  560. package/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs +2 -2
  561. package/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs.meta +1 -1
  562. package/Common/Runtime/OpenApi/BeamPresence.gs.cs +2 -2
  563. package/Common/Runtime/OpenApi/BeamPresence.gs.cs.meta +1 -1
  564. package/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs +2 -2
  565. package/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs.meta +1 -1
  566. package/Common/Runtime/OpenApi/BeamScheduler.gs.cs +2 -2
  567. package/Common/Runtime/OpenApi/BeamScheduler.gs.cs.meta +1 -1
  568. package/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs +2 -2
  569. package/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs.meta +1 -1
  570. package/Common/Runtime/OpenApi/BeamServiceplan.gs.cs +2 -2
  571. package/Common/Runtime/OpenApi/BeamServiceplan.gs.cs.meta +1 -1
  572. package/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs +2 -2
  573. package/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs.meta +1 -1
  574. package/Common/Runtime/OpenApi/BeamoBasic.gs.cs +2 -2
  575. package/Common/Runtime/OpenApi/BeamoBasic.gs.cs.meta +1 -1
  576. package/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs +2 -2
  577. package/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs.meta +1 -1
  578. package/Common/Runtime/OpenApi/CalendarsObject.gs.cs +2 -2
  579. package/Common/Runtime/OpenApi/CalendarsObject.gs.cs.meta +1 -1
  580. package/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs +2 -2
  581. package/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs.meta +1 -1
  582. package/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs +2 -2
  583. package/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs.meta +1 -1
  584. package/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs +2 -2
  585. package/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs.meta +1 -1
  586. package/Common/Runtime/OpenApi/CommerceBasic.gs.cs +2 -2
  587. package/Common/Runtime/OpenApi/CommerceBasic.gs.cs.meta +1 -1
  588. package/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs +2 -2
  589. package/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs.meta +1 -1
  590. package/Common/Runtime/OpenApi/CommerceObject.gs.cs +2 -2
  591. package/Common/Runtime/OpenApi/CommerceObject.gs.cs.meta +1 -1
  592. package/Common/Runtime/OpenApi/ContentBasic.gs.cs +2 -2
  593. package/Common/Runtime/OpenApi/ContentBasic.gs.cs.meta +1 -1
  594. package/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs +2 -2
  595. package/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs.meta +1 -1
  596. package/Common/Runtime/OpenApi/Event-playersObject.gs.cs +2 -2
  597. package/Common/Runtime/OpenApi/Event-playersObject.gs.cs.meta +1 -1
  598. package/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs +2 -2
  599. package/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs.meta +1 -1
  600. package/Common/Runtime/OpenApi/EventsBasic.gs.cs +2 -2
  601. package/Common/Runtime/OpenApi/EventsBasic.gs.cs.meta +1 -1
  602. package/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs +2 -2
  603. package/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs.meta +1 -1
  604. package/Common/Runtime/OpenApi/EventsObject.gs.cs +2 -2
  605. package/Common/Runtime/OpenApi/EventsObject.gs.cs.meta +1 -1
  606. package/Common/Runtime/OpenApi/Group-usersObject.gs.cs +2 -2
  607. package/Common/Runtime/OpenApi/Group-usersObject.gs.cs.meta +1 -1
  608. package/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs +2 -2
  609. package/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs.meta +1 -1
  610. package/Common/Runtime/OpenApi/GroupsObject.gs.cs +2 -2
  611. package/Common/Runtime/OpenApi/GroupsObject.gs.cs.meta +1 -1
  612. package/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs +2 -2
  613. package/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs.meta +1 -1
  614. package/Common/Runtime/OpenApi/InventoryBasic.gs.cs +2 -2
  615. package/Common/Runtime/OpenApi/InventoryBasic.gs.cs.meta +1 -1
  616. package/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs +2 -2
  617. package/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs.meta +1 -1
  618. package/Common/Runtime/OpenApi/InventoryObject.gs.cs +2 -2
  619. package/Common/Runtime/OpenApi/InventoryObject.gs.cs.meta +1 -1
  620. package/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs +2 -2
  621. package/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs.meta +1 -1
  622. package/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs +2 -2
  623. package/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs.meta +1 -1
  624. package/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs +2 -2
  625. package/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs.meta +1 -1
  626. package/Common/Runtime/OpenApi/MailBasic.gs.cs +2 -2
  627. package/Common/Runtime/OpenApi/MailBasic.gs.cs.meta +1 -1
  628. package/Common/Runtime/OpenApi/MailBasicCommon.gs.cs +2 -2
  629. package/Common/Runtime/OpenApi/MailBasicCommon.gs.cs.meta +1 -1
  630. package/Common/Runtime/OpenApi/MailObject.gs.cs +2 -2
  631. package/Common/Runtime/OpenApi/MailObject.gs.cs.meta +1 -1
  632. package/Common/Runtime/OpenApi/Models.gs.cs +2 -2
  633. package/Common/Runtime/OpenApi/Models.gs.cs.meta +1 -1
  634. package/Common/Runtime/OpenApi/NotificationBasic.gs.cs +2 -2
  635. package/Common/Runtime/OpenApi/NotificationBasic.gs.cs.meta +1 -1
  636. package/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs +2 -2
  637. package/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs.meta +1 -1
  638. package/Common/Runtime/OpenApi/PaymentsBasic.gs.cs +2 -2
  639. package/Common/Runtime/OpenApi/PaymentsBasic.gs.cs.meta +1 -1
  640. package/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs +2 -2
  641. package/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs.meta +1 -1
  642. package/Common/Runtime/OpenApi/PaymentsObject.gs.cs +2 -2
  643. package/Common/Runtime/OpenApi/PaymentsObject.gs.cs.meta +1 -1
  644. package/Common/Runtime/OpenApi/PushBasic.gs.cs +2 -2
  645. package/Common/Runtime/OpenApi/PushBasic.gs.cs.meta +1 -1
  646. package/Common/Runtime/OpenApi/PushBasicCommon.gs.cs +2 -2
  647. package/Common/Runtime/OpenApi/PushBasicCommon.gs.cs.meta +1 -1
  648. package/Common/Runtime/OpenApi/RealmsBasic.gs.cs +2 -2
  649. package/Common/Runtime/OpenApi/RealmsBasic.gs.cs.meta +1 -1
  650. package/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs +2 -2
  651. package/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs.meta +1 -1
  652. package/Common/Runtime/OpenApi/SessionBasic.gs.cs +2 -2
  653. package/Common/Runtime/OpenApi/SessionBasic.gs.cs.meta +1 -1
  654. package/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs +2 -2
  655. package/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs.meta +1 -1
  656. package/Common/Runtime/OpenApi/SocialBasic.gs.cs +2 -2
  657. package/Common/Runtime/OpenApi/SocialBasic.gs.cs.meta +1 -1
  658. package/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs +2 -2
  659. package/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs.meta +1 -1
  660. package/Common/Runtime/OpenApi/StatsBasic.gs.cs +2 -2
  661. package/Common/Runtime/OpenApi/StatsBasic.gs.cs.meta +1 -1
  662. package/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs +2 -2
  663. package/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs.meta +1 -1
  664. package/Common/Runtime/OpenApi/StatsObject.gs.cs +2 -2
  665. package/Common/Runtime/OpenApi/StatsObject.gs.cs.meta +1 -1
  666. package/Common/Runtime/OpenApi/TournamentsBasic.gs.cs +2 -2
  667. package/Common/Runtime/OpenApi/TournamentsBasic.gs.cs.meta +1 -1
  668. package/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs +2 -2
  669. package/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs.meta +1 -1
  670. package/Common/Runtime/OpenApi/TournamentsObject.gs.cs +2 -2
  671. package/Common/Runtime/OpenApi/TournamentsObject.gs.cs.meta +1 -1
  672. package/Common/Runtime/OpenApi/TrialsBasic.gs.cs +2 -2
  673. package/Common/Runtime/OpenApi/TrialsBasic.gs.cs.meta +1 -1
  674. package/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs +2 -2
  675. package/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs.meta +1 -1
  676. package/Common/Runtime/OpenApiExtensions/BeamoExtensions.cs +2 -2
  677. package/Common/Runtime/OpenApiExtensions/BeamoExtensions.cs.meta +1 -1
  678. package/Common/Runtime/OpenApiExtensions/LegacyConverterExtensions.cs +3 -3
  679. package/Common/Runtime/OpenApiExtensions/LegacyConverterExtensions.cs.meta +1 -1
  680. package/Common/Runtime/OpenApiSystem.cs +2 -2
  681. package/Common/Runtime/OpenApiSystem.cs.meta +1 -1
  682. package/Common/Runtime/Player/Lazy.cs +2 -2
  683. package/Common/Runtime/Player/Lazy.cs.meta +1 -1
  684. package/Common/Runtime/Player/Observables.cs +2 -2
  685. package/Common/Runtime/Player/Observables.cs.meta +1 -1
  686. package/Common/Runtime/Pooling/ClassPool.cs +3 -3
  687. package/Common/Runtime/Pooling/ClassPool.cs.meta +1 -1
  688. package/Common/Runtime/Pooling/StringBuilderPool.cs +2 -2
  689. package/Common/Runtime/Pooling/StringBuilderPool.cs.meta +1 -1
  690. package/Common/Runtime/Promise.cs +2 -2
  691. package/Common/Runtime/Promise.cs.meta +1 -1
  692. package/Common/Runtime/ReflectionCache/BeamContextSystemAttribute.cs +2 -2
  693. package/Common/Runtime/ReflectionCache/BeamContextSystemAttribute.cs.meta +1 -1
  694. package/Common/Runtime/ReflectionCache/INamingAttribute.cs +2 -2
  695. package/Common/Runtime/ReflectionCache/INamingAttribute.cs.meta +1 -1
  696. package/Common/Runtime/ReflectionCache/IReflectionAttribute.cs +2 -2
  697. package/Common/Runtime/ReflectionCache/IReflectionAttribute.cs.meta +1 -1
  698. package/Common/Runtime/ReflectionCache/PreserveAttribute.cs +2 -2
  699. package/Common/Runtime/ReflectionCache/PreserveAttribute.cs.meta +1 -1
  700. package/Common/Runtime/ReflectionCache/ReflectionCache.cs +2 -2
  701. package/Common/Runtime/ReflectionCache/ReflectionCache.cs.meta +1 -1
  702. package/Common/Runtime/ReflectionCache/ReflectionCache_Attributes.cs +2 -2
  703. package/Common/Runtime/ReflectionCache/ReflectionCache_Attributes.cs.meta +1 -1
  704. package/Common/Runtime/ReflectionCache/ReflectionCache_BaseTypes.cs +2 -2
  705. package/Common/Runtime/ReflectionCache/ReflectionCache_BaseTypes.cs.meta +1 -1
  706. package/Common/Runtime/ReflectionCache/ReflectionCache_SignatureMatching.cs +2 -2
  707. package/Common/Runtime/ReflectionCache/ReflectionCache_SignatureMatching.cs.meta +1 -1
  708. package/Common/Runtime/Scheduler/BeamScheduler.cs +2 -2
  709. package/Common/Runtime/Scheduler/BeamScheduler.cs.meta +1 -1
  710. package/Common/Runtime/Scheduler/Cron.cs +2 -2
  711. package/Common/Runtime/Scheduler/Cron.cs.meta +1 -1
  712. package/Common/Runtime/Scheduler/CronValidation.cs +2 -2
  713. package/Common/Runtime/Scheduler/CronValidation.cs.meta +1 -1
  714. package/Common/Runtime/Semantics/ServiceName.cs +2 -2
  715. package/Common/Runtime/Semantics/ServiceName.cs.meta +1 -1
  716. package/Common/Runtime/SmallerJSON/IRawJsonProvider.cs +2 -2
  717. package/Common/Runtime/SmallerJSON/IRawJsonProvider.cs.meta +1 -1
  718. package/Common/Runtime/SmallerJSON/SmallerJSON.ArrayDict.cs +2 -2
  719. package/Common/Runtime/SmallerJSON/SmallerJSON.ArrayDict.cs.meta +1 -1
  720. package/Common/Runtime/SmallerJSON/SmallerJSON.FromString.cs +2 -2
  721. package/Common/Runtime/SmallerJSON/SmallerJSON.FromString.cs.meta +1 -1
  722. package/Common/Runtime/SmallerJSON/SmallerJSON.cs +2 -2
  723. package/Common/Runtime/SmallerJSON/SmallerJSON.cs.meta +1 -1
  724. package/Common/Runtime/Spew/Logger.cs +2 -2
  725. package/Common/Runtime/Spew/Logger.cs.meta +1 -1
  726. package/Common/Runtime/Spew/SpewLoggerAttribute.cs +2 -2
  727. package/Common/Runtime/Spew/SpewLoggerAttribute.cs.meta +1 -1
  728. package/Common/Runtime/Trie.cs +2 -2
  729. package/Common/Runtime/Trie.cs.meta +1 -1
  730. package/Common/Runtime/TypeExtensions.cs +2 -2
  731. package/Common/Runtime/TypeExtensions.cs.meta +1 -1
  732. package/Common/Runtime/Util/BeamAssemblyVersionUtil.cs +2 -2
  733. package/Common/Runtime/Util/BeamAssemblyVersionUtil.cs.meta +1 -1
  734. package/Common/Runtime/Util/BeamFileUtil.cs +2 -2
  735. package/Common/Runtime/Util/BeamFileUtil.cs.meta +1 -1
  736. package/Common/Runtime/Util/DocsPageHelper.cs +3 -3
  737. package/Common/Runtime/Util/DocsPageHelper.cs.meta +1 -1
  738. package/Common/Runtime/Util/NaturalStringComparer.cs +3 -3
  739. package/Common/Runtime/Util/NaturalStringComparer.cs.meta +1 -1
  740. package/Editor/BeamCli/Commands/Beam.cs +5 -12
  741. package/Editor/BeamCli/Commands/BeamInit.cs +2 -2
  742. package/Editor/BeamCli/Commands/BeamLogin.cs +1 -1
  743. package/Editor/BeamCli/Commands/BeamProjectNewService.cs +1 -1
  744. package/Editor/BeamCli/Commands/BeamProjectNewStorage.cs +1 -1
  745. package/Editor/UI/Common/Materials/BeamIconMat.mat +2 -6
  746. package/Editor/UI/Common/Materials/BeamLibraryGradientMat.mat +2 -6
  747. package/Runtime/Environment/Resources/env-default.json +7 -7
  748. package/package.json +11 -8
  749. package/Common/.idea/.idea.Common.dir/.idea/encodings.xml +0 -4
  750. package/Common/.idea/.idea.Common.dir/.idea/indexLayout.xml +0 -8
  751. package/Common/.idea/.idea.Common.dir/.idea/vcs.xml +0 -6
  752. package/Runtime/Environment/Resources/env-dev.json +0 -9
  753. package/Runtime/Environment/Resources/env-dev.json.meta +0 -7
  754. package/Runtime/Environment/Resources/env-prod.json +0 -9
  755. package/Runtime/Environment/Resources/env-prod.json.meta +0 -7
  756. package/Runtime/Environment/Resources/env-staging.json +0 -9
  757. package/Runtime/Environment/Resources/env-staging.json.meta +0 -7
  758. package/Samples/LightBeamSamples/LootBox/.idea/.idea.SampleSolution/.idea/.name +0 -1
  759. package/Samples/LightBeamSamples/LootBox/.idea/.idea.SampleSolution/.idea/encodings.xml +0 -4
  760. package/Samples/LightBeamSamples/LootBox/.idea/.idea.SampleSolution/.idea/indexLayout.xml +0 -8
  761. package/Samples/LightBeamSamples/LootBox/.idea/.idea.SampleSolution/.idea/vcs.xml +0 -6
  762. package/Samples.meta +0 -8
  763. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountConfig.asset +0 -0
  764. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountConfig.asset.meta +0 -0
  765. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountExampleConfig.cs +0 -0
  766. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountExampleConfig.cs.meta +0 -0
  767. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountManager.cs +0 -0
  768. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/AccountManager.cs.meta +0 -0
  769. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/LightBeam.AccountManager.asmdef +0 -0
  770. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/LightBeam.AccountManager.asmdef.meta +0 -0
  771. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDetailsBehaviour/AccountDetails.prefab +0 -0
  772. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDetailsBehaviour/AccountDetails.prefab.meta +0 -0
  773. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDetailsBehaviour/AccountDetailsBehaviour.cs +0 -0
  774. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDetailsBehaviour/AccountDetailsBehaviour.cs.meta +0 -0
  775. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDetailsBehaviour.meta +0 -0
  776. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDisplayBehaviour/AccountDisplay.prefab +0 -0
  777. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDisplayBehaviour/AccountDisplay.prefab.meta +0 -0
  778. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDisplayBehaviour/AccountDisplayBehaviour.cs +0 -0
  779. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDisplayBehaviour/AccountDisplayBehaviour.cs.meta +0 -0
  780. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountDisplayBehaviour.meta +0 -0
  781. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountSwitchPage/AccountSwitchPage.cs +0 -0
  782. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountSwitchPage/AccountSwitchPage.cs.meta +0 -0
  783. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountSwitchPage/AccountSwitchPage.prefab +0 -0
  784. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountSwitchPage/AccountSwitchPage.prefab.meta +0 -0
  785. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AccountSwitchPage.meta +0 -0
  786. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AvatarDisplay/AvatarDisplay.prefab +0 -0
  787. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AvatarDisplay/AvatarDisplay.prefab.meta +0 -0
  788. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AvatarDisplay/AvatarDisplayBehaviour.cs +0 -0
  789. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AvatarDisplay/AvatarDisplayBehaviour.cs.meta +0 -0
  790. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/AvatarDisplay.meta +0 -0
  791. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/ForgotPasswordPage/ForgotPasswordPage.cs +0 -0
  792. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/ForgotPasswordPage/ForgotPasswordPage.cs.meta +0 -0
  793. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/ForgotPasswordPage/ForgotPasswordPage.prefab +0 -0
  794. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/ForgotPasswordPage/ForgotPasswordPage.prefab.meta +0 -0
  795. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/ForgotPasswordPage.meta +0 -0
  796. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/HomePage/HomePage.cs +0 -0
  797. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/HomePage/HomePage.cs.meta +0 -0
  798. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/HomePage/HomePage.prefab +0 -0
  799. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/HomePage/HomePage.prefab.meta +0 -0
  800. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/HomePage.meta +0 -0
  801. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RecoverEmailPage/RecoverAccountPage.prefab +0 -0
  802. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RecoverEmailPage/RecoverAccountPage.prefab.meta +0 -0
  803. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RecoverEmailPage/RecoverEmailPage.cs +0 -0
  804. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RecoverEmailPage/RecoverEmailPage.cs.meta +0 -0
  805. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RecoverEmailPage.meta +0 -0
  806. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RegisterEmailPage/RegisterEmailPage.cs +0 -0
  807. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RegisterEmailPage/RegisterEmailPage.cs.meta +0 -0
  808. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RegisterEmailPage/RegisterEmailPage.prefab +0 -0
  809. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RegisterEmailPage/RegisterEmailPage.prefab.meta +0 -0
  810. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs/RegisterEmailPage.meta +0 -0
  811. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Prefabs.meta +0 -0
  812. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Sample_AccountManager.unity +0 -0
  813. /package/{Samples → Samples~}/LightBeamSamples/AccountManager/Sample_AccountManager.unity.meta +0 -0
  814. /package/{Samples → Samples~}/LightBeamSamples/AccountManager.meta +0 -0
  815. /package/{Samples → Samples~}/LightBeamSamples/AdminFlowPrefab/AdminFlow.prefab +0 -0
  816. /package/{Samples → Samples~}/LightBeamSamples/AdminFlowPrefab/AdminFlow.prefab.meta +0 -0
  817. /package/{Samples → Samples~}/LightBeamSamples/AdminFlowPrefab.meta +0 -0
  818. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingConfig.asset +0 -0
  819. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingConfig.asset.meta +0 -0
  820. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingExampleConfig.cs +0 -0
  821. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingExampleConfig.cs.meta +0 -0
  822. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingManager.cs +0 -0
  823. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/CloudSavingManager.cs.meta +0 -0
  824. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/LightBeam.CloudSavingManager.asmdef +0 -0
  825. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/LightBeam.CloudSavingManager.asmdef.meta +0 -0
  826. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/BytePage/BytePage.cs +0 -0
  827. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/BytePage/BytePage.cs.meta +0 -0
  828. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/BytePage/BytePage.prefab +0 -0
  829. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/BytePage/BytePage.prefab.meta +0 -0
  830. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/BytePage.meta +0 -0
  831. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/ConflictViewReferences.cs +0 -0
  832. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/ConflictViewReferences.cs.meta +0 -0
  833. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/HomePage.cs +0 -0
  834. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/HomePage.cs.meta +0 -0
  835. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/HomePage.prefab +0 -0
  836. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage/HomePage.prefab.meta +0 -0
  837. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/HomePage.meta +0 -0
  838. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/JsonPage/JsonPage.cs +0 -0
  839. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/JsonPage/JsonPage.cs.meta +0 -0
  840. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/JsonPage/JsonPage.prefab +0 -0
  841. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/JsonPage/JsonPage.prefab.meta +0 -0
  842. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/JsonPage.meta +0 -0
  843. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/StringPage/StringPage.cs +0 -0
  844. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/StringPage/StringPage.cs.meta +0 -0
  845. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/StringPage/StringPage.prefab +0 -0
  846. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/StringPage/StringPage.prefab.meta +0 -0
  847. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs/StringPage.meta +0 -0
  848. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Prefabs.meta +0 -0
  849. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Sample_CloudSaving.unity +0 -0
  850. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving/Sample_CloudSaving.unity.meta +0 -0
  851. /package/{Samples → Samples~}/LightBeamSamples/CloudSaving.meta +0 -0
  852. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/CurrencyHudManager.cs +0 -0
  853. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/CurrencyHudManager.cs.meta +0 -0
  854. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/LightBeam.CurrencyHud.asmdef +0 -0
  855. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/LightBeam.CurrencyHud.asmdef.meta +0 -0
  856. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs/CurrencyView/CurrencyView.prefab +0 -0
  857. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs/CurrencyView/CurrencyView.prefab.meta +0 -0
  858. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs/CurrencyView/CurrencyViewBehaviour.cs +0 -0
  859. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs/CurrencyView/CurrencyViewBehaviour.cs.meta +0 -0
  860. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs/CurrencyView.meta +0 -0
  861. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Prefabs.meta +0 -0
  862. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Sample_CurrencyHud.unity +0 -0
  863. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud/Sample_CurrencyHud.unity.meta +0 -0
  864. /package/{Samples → Samples~}/LightBeamSamples/CurrencyHud.meta +0 -0
  865. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsConfig.asset +0 -0
  866. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsConfig.asset.meta +0 -0
  867. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsExampleConfig.cs +0 -0
  868. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsExampleConfig.cs.meta +0 -0
  869. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsManager.cs +0 -0
  870. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/FriendsManager.cs.meta +0 -0
  871. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/LightBeam.FriendsManager.asmdef +0 -0
  872. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/LightBeam.FriendsManager.asmdef.meta +0 -0
  873. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/BlockedDisplay/BlockedDisplay.prefab +0 -0
  874. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/BlockedDisplay/BlockedDisplay.prefab.meta +0 -0
  875. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/BlockedDisplay/BlockedPlayersDisplayBehaviour.cs +0 -0
  876. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/BlockedDisplay/BlockedPlayersDisplayBehaviour.cs.meta +0 -0
  877. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/BlockedDisplay.meta +0 -0
  878. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/FriendDisplay/FriendDisplay.prefab +0 -0
  879. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/FriendDisplay/FriendDisplay.prefab.meta +0 -0
  880. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/FriendDisplay/FriendDisplayBehaviour.cs +0 -0
  881. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/FriendDisplay/FriendDisplayBehaviour.cs.meta +0 -0
  882. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/FriendDisplay.meta +0 -0
  883. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/HomePage/HomePage.cs +0 -0
  884. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/HomePage/HomePage.cs.meta +0 -0
  885. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/HomePage/HomePage.prefab +0 -0
  886. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/HomePage/HomePage.prefab.meta +0 -0
  887. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/HomePage.meta +0 -0
  888. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/PlayerFriendsDisplay/PlayerDisplay.prefab +0 -0
  889. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/PlayerFriendsDisplay/PlayerDisplay.prefab.meta +0 -0
  890. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/PlayerFriendsDisplay/PlayerFriendsBehaviour.cs +0 -0
  891. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/PlayerFriendsDisplay/PlayerFriendsBehaviour.cs.meta +0 -0
  892. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/PlayerFriendsDisplay.meta +0 -0
  893. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/ReceivedInvitesDisplay/ReceivedInviteDisplay.prefab +0 -0
  894. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/ReceivedInvitesDisplay/ReceivedInviteDisplay.prefab.meta +0 -0
  895. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/ReceivedInvitesDisplay/ReceivedInviteDisplayBehaviour.cs +0 -0
  896. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/ReceivedInvitesDisplay/ReceivedInviteDisplayBehaviour.cs.meta +0 -0
  897. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/ReceivedInvitesDisplay.meta +0 -0
  898. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/Editor/LightBeam.FriendsManager.Selector.Editor.asmdef +0 -0
  899. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/Editor/LightBeam.FriendsManager.Selector.Editor.asmdef.meta +0 -0
  900. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/Editor/SelectorButtonBehaviourEditor.cs +0 -0
  901. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/Editor/SelectorButtonBehaviourEditor.cs.meta +0 -0
  902. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/Editor.meta +0 -0
  903. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/SelectorButtonBehaviour.cs +0 -0
  904. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector/SelectorButtonBehaviour.cs.meta +0 -0
  905. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/Selector.meta +0 -0
  906. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SelectorButton.prefab +0 -0
  907. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SelectorButton.prefab.meta +0 -0
  908. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SentInvitesDisplay/SentInviteDisplay.prefab +0 -0
  909. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SentInvitesDisplay/SentInviteDisplay.prefab.meta +0 -0
  910. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SentInvitesDisplay/SentInviteDisplayBehaviour.cs +0 -0
  911. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SentInvitesDisplay/SentInviteDisplayBehaviour.cs.meta +0 -0
  912. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs/SentInvitesDisplay.meta +0 -0
  913. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Prefabs.meta +0 -0
  914. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Sample_FriendsManager.unity +0 -0
  915. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager/Sample_FriendsManager.unity.meta +0 -0
  916. /package/{Samples → Samples~}/LightBeamSamples/FriendsManager.meta +0 -0
  917. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryConfig.asset +0 -0
  918. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryConfig.asset.meta +0 -0
  919. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryExampleConfig.cs +0 -0
  920. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryExampleConfig.cs.meta +0 -0
  921. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryManager.cs +0 -0
  922. /package/{Samples → Samples~}/LightBeamSamples/Inventory/InventoryManager.cs.meta +0 -0
  923. /package/{Samples → Samples~}/LightBeamSamples/Inventory/LightBeam.InventoryManager.asmdef +0 -0
  924. /package/{Samples → Samples~}/LightBeamSamples/Inventory/LightBeam.InventoryManager.asmdef.meta +0 -0
  925. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyDisplay/CurrencyDisplay.prefab +0 -0
  926. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyDisplay/CurrencyDisplay.prefab.meta +0 -0
  927. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyDisplay/CurrencyDisplayBehaviour.cs +0 -0
  928. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyDisplay/CurrencyDisplayBehaviour.cs.meta +0 -0
  929. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyDisplay.meta +0 -0
  930. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyInfoPage/CurrencyInfoBehaviour.cs +0 -0
  931. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyInfoPage/CurrencyInfoBehaviour.cs.meta +0 -0
  932. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyInfoPage/CurrencyInfoDisplay.prefab +0 -0
  933. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyInfoPage/CurrencyInfoDisplay.prefab.meta +0 -0
  934. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/CurrencyInfoPage.meta +0 -0
  935. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/HomePage/HomePage.cs +0 -0
  936. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/HomePage/HomePage.cs.meta +0 -0
  937. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/HomePage/HomePage.prefab +0 -0
  938. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/HomePage/HomePage.prefab.meta +0 -0
  939. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/HomePage.meta +0 -0
  940. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemDisplay/ItemDisplay.prefab +0 -0
  941. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemDisplay/ItemDisplay.prefab.meta +0 -0
  942. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemDisplay/ItemDisplayBehaviour.cs +0 -0
  943. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemDisplay/ItemDisplayBehaviour.cs.meta +0 -0
  944. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemDisplay.meta +0 -0
  945. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemInfoPage/ItemInfoPage.cs +0 -0
  946. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemInfoPage/ItemInfoPage.cs.meta +0 -0
  947. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemInfoPage/ItemInfoPage.prefab +0 -0
  948. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemInfoPage/ItemInfoPage.prefab.meta +0 -0
  949. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/ItemInfoPage.meta +0 -0
  950. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/PropertyDisplay/PropertyDisplay.prefab +0 -0
  951. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/PropertyDisplay/PropertyDisplay.prefab.meta +0 -0
  952. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/PropertyDisplay/PropertyDisplayBehaviour.cs +0 -0
  953. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/PropertyDisplay/PropertyDisplayBehaviour.cs.meta +0 -0
  954. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs/PropertyDisplay.meta +0 -0
  955. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Prefabs.meta +0 -0
  956. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Sample_InventoryManager.unity +0 -0
  957. /package/{Samples → Samples~}/LightBeamSamples/Inventory/Sample_InventoryManager.unity.meta +0 -0
  958. /package/{Samples → Samples~}/LightBeamSamples/Inventory.meta +0 -0
  959. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LightBeam.LobbyManager.asmdef +0 -0
  960. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LightBeam.LobbyManager.asmdef.meta +0 -0
  961. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyConfig.asset +0 -0
  962. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyConfig.asset.meta +0 -0
  963. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyExampleConfig.cs +0 -0
  964. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyExampleConfig.cs.meta +0 -0
  965. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyManager.cs +0 -0
  966. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/LobbyManager.cs.meta +0 -0
  967. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/CreateLobbyDisplay/CreateLobbyDisplay.prefab +0 -0
  968. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/CreateLobbyDisplay/CreateLobbyDisplay.prefab.meta +0 -0
  969. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/CreateLobbyDisplay/CreateLobbyDisplayBehaviour.cs +0 -0
  970. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/CreateLobbyDisplay/CreateLobbyDisplayBehaviour.cs.meta +0 -0
  971. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/CreateLobbyDisplay.meta +0 -0
  972. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/FindLobbyDisplay/FindLobbyDisplay.prefab +0 -0
  973. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/FindLobbyDisplay/FindLobbyDisplay.prefab.meta +0 -0
  974. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/FindLobbyDisplay/FindLobbyDisplayBehaviour.cs +0 -0
  975. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/FindLobbyDisplay/FindLobbyDisplayBehaviour.cs.meta +0 -0
  976. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/FindLobbyDisplay.meta +0 -0
  977. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/HomePage/HomePage.cs +0 -0
  978. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/HomePage/HomePage.cs.meta +0 -0
  979. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/HomePage/HomePage.prefab +0 -0
  980. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/HomePage/HomePage.prefab.meta +0 -0
  981. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/HomePage.meta +0 -0
  982. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/JoinLobbyDisplay/JoinLobbyDisplay.prefab +0 -0
  983. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/JoinLobbyDisplay/JoinLobbyDisplay.prefab.meta +0 -0
  984. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/JoinLobbyDisplay/JoinLobbyDisplayBehaviour.cs +0 -0
  985. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/JoinLobbyDisplay/JoinLobbyDisplayBehaviour.cs.meta +0 -0
  986. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/JoinLobbyDisplay.meta +0 -0
  987. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDetailsDisplay/LobbyDetailsDisplay.prefab +0 -0
  988. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDetailsDisplay/LobbyDetailsDisplay.prefab.meta +0 -0
  989. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDetailsDisplay/LobbyDetailsDisplayBehaviour.cs +0 -0
  990. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDetailsDisplay/LobbyDetailsDisplayBehaviour.cs.meta +0 -0
  991. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDetailsDisplay.meta +0 -0
  992. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDisplay/LobbyDisplay.prefab +0 -0
  993. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDisplay/LobbyDisplay.prefab.meta +0 -0
  994. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDisplay/LobbyDisplayBehaviour.cs +0 -0
  995. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDisplay/LobbyDisplayBehaviour.cs.meta +0 -0
  996. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/LobbyDisplay.meta +0 -0
  997. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerDisplay/PlayerIdDisplay.prefab +0 -0
  998. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerDisplay/PlayerIdDisplay.prefab.meta +0 -0
  999. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerDisplay/PlayerIdDisplayBehaviour.cs +0 -0
  1000. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerDisplay/PlayerIdDisplayBehaviour.cs.meta +0 -0
  1001. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerDisplay.meta +0 -0
  1002. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerLobby/PlayerLobby.prefab +0 -0
  1003. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerLobby/PlayerLobby.prefab.meta +0 -0
  1004. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerLobby/PlayerLobbyBehaviour.cs +0 -0
  1005. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerLobby/PlayerLobbyBehaviour.cs.meta +0 -0
  1006. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs/PlayerLobby.meta +0 -0
  1007. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Prefabs.meta +0 -0
  1008. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Sample_LobbyManager.unity +0 -0
  1009. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager/Sample_LobbyManager.unity.meta +0 -0
  1010. /package/{Samples → Samples~}/LightBeamSamples/LobbyManager.meta +0 -0
  1011. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/.dockerignore +0 -0
  1012. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/.env +0 -0
  1013. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/BeamSourceGenConfig.json +0 -0
  1014. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/Dockerfile +0 -0
  1015. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/LootBoxService.cs +0 -0
  1016. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/LootBoxService.csproj +0 -0
  1017. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/Program.cs +0 -0
  1018. /package/{Samples → Samples~}/LightBeamSamples/LootBox/BeamableServices~/LootBoxService/federations.json +0 -0
  1019. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/DummyScript.cs +0 -0
  1020. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/DummyScript.cs.meta +0 -0
  1021. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/LootBoxService.Client.asmdef +0 -0
  1022. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/LootBoxService.Client.asmdef.meta +0 -0
  1023. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/LootBoxServiceClient.cs +0 -0
  1024. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client/LootBoxServiceClient.cs.meta +0 -0
  1025. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Client.meta +0 -0
  1026. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LightBeam.LootBox.asmdef +0 -0
  1027. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LightBeam.LootBox.asmdef.meta +0 -0
  1028. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxExampleConfig.asset +0 -0
  1029. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxExampleConfig.asset.meta +0 -0
  1030. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxExampleConfig.cs +0 -0
  1031. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxExampleConfig.cs.meta +0 -0
  1032. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxManager.cs +0 -0
  1033. /package/{Samples → Samples~}/LightBeamSamples/LootBox/LootBoxManager.cs.meta +0 -0
  1034. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs/LootBoxPage/LootBoxPage.cs +0 -0
  1035. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs/LootBoxPage/LootBoxPage.cs.meta +0 -0
  1036. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs/LootBoxPage/LootBoxPage.prefab +0 -0
  1037. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs/LootBoxPage/LootBoxPage.prefab.meta +0 -0
  1038. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs/LootBoxPage.meta +0 -0
  1039. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Prefabs.meta +0 -0
  1040. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Sample_LootBox.unity +0 -0
  1041. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Sample_LootBox.unity.meta +0 -0
  1042. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Shared/Lightbeam.Lootbox.SharedCode.asmdef +0 -0
  1043. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Shared/Lightbeam.Lootbox.SharedCode.asmdef.meta +0 -0
  1044. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Shared/LootboxConstants.cs +0 -0
  1045. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Shared/LootboxConstants.cs.meta +0 -0
  1046. /package/{Samples → Samples~}/LightBeamSamples/LootBox/Shared.meta +0 -0
  1047. /package/{Samples → Samples~}/LightBeamSamples/LootBox.meta +0 -0
  1048. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Beamable.LightBeam.Boot.asmdef +0 -0
  1049. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Beamable.LightBeam.Boot.asmdef.meta +0 -0
  1050. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Config/LightBeamSceneConfigObject.cs +0 -0
  1051. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Config/LightBeamSceneConfigObject.cs.meta +0 -0
  1052. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Config/LightBeamSceneConfigObject_Editor.cs +0 -0
  1053. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Config/LightBeamSceneConfigObject_Editor.cs.meta +0 -0
  1054. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Config.meta +0 -0
  1055. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Editor/Beamable.LightBeam.Boot.Editor.asmdef +0 -0
  1056. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Editor/Beamable.LightBeam.Boot.Editor.asmdef.meta +0 -0
  1057. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Editor/LightBeamBuilds.cs +0 -0
  1058. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Editor/LightBeamBuilds.cs.meta +0 -0
  1059. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Editor.meta +0 -0
  1060. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/LightBeamBooter.cs +0 -0
  1061. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/LightBeamBooter.cs.meta +0 -0
  1062. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/LightBeam_Boot.unity +0 -0
  1063. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/LightBeam_Boot.unity.meta +0 -0
  1064. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs/SceneDisplay/SceneDisplay.prefab +0 -0
  1065. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs/SceneDisplay/SceneDisplay.prefab.meta +0 -0
  1066. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs/SceneDisplay/SceneDisplayBehaviour.cs +0 -0
  1067. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs/SceneDisplay/SceneDisplayBehaviour.cs.meta +0 -0
  1068. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs/SceneDisplay.meta +0 -0
  1069. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Prefabs.meta +0 -0
  1070. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Resources/SceneConfig.asset +0 -0
  1071. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Resources/SceneConfig.asset.meta +0 -0
  1072. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Resources/link.xml +0 -0
  1073. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Resources/link.xml.meta +0 -0
  1074. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader/Resources.meta +0 -0
  1075. /package/{Samples → Samples~}/LightBeamSamples/SceneLoader.meta +0 -0
  1076. /package/{Samples → Samples~}/LightBeamSamples.meta +0 -0
  1077. /package/{Samples → Samples~}/SampleProjectBase/Art/Textures/BeamableSDKReadmeImage.png +0 -0
  1078. /package/{Samples → Samples~}/SampleProjectBase/Art/Textures/BeamableSDKReadmeImage.png.meta +0 -0
  1079. /package/{Samples → Samples~}/SampleProjectBase/Art/Textures/ReadMeFileIcon.png +0 -0
  1080. /package/{Samples → Samples~}/SampleProjectBase/Art/Textures/ReadMeFileIcon.png.meta +0 -0
  1081. /package/{Samples → Samples~}/SampleProjectBase/Art/Textures.meta +0 -0
  1082. /package/{Samples → Samples~}/SampleProjectBase/Art.meta +0 -0
  1083. /package/{Samples → Samples~}/SampleProjectBase/Readme.asset +0 -0
  1084. /package/{Samples → Samples~}/SampleProjectBase/Readme.asset.meta +0 -0
  1085. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples/SampleProjectBase/AutoOpenReadme.cs +0 -0
  1086. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples/SampleProjectBase/AutoOpenReadme.cs.meta +0 -0
  1087. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples/SampleProjectBase/BeamableReadmeEditor.cs +0 -0
  1088. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples/SampleProjectBase/BeamableReadmeEditor.cs.meta +0 -0
  1089. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples/SampleProjectBase.meta +0 -0
  1090. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable/Samples.meta +0 -0
  1091. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Beamable.meta +0 -0
  1092. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Unity.Beamable.Samples.Editor.asmdef +0 -0
  1093. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor/Unity.Beamable.Samples.Editor.asmdef.meta +0 -0
  1094. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Editor.meta +0 -0
  1095. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Beamable/Samples/SampleProjectBase/Readme.cs +0 -0
  1096. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Beamable/Samples/SampleProjectBase/Readme.cs.meta +0 -0
  1097. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Beamable/Samples/SampleProjectBase.meta +0 -0
  1098. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Beamable/Samples.meta +0 -0
  1099. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Beamable.meta +0 -0
  1100. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Unity.Beamable.Samples.Runtime.asmdef +0 -0
  1101. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime/Unity.Beamable.Samples.Runtime.asmdef.meta +0 -0
  1102. /package/{Samples → Samples~}/SampleProjectBase/Scripts/Runtime.meta +0 -0
  1103. /package/{Samples → Samples~}/SampleProjectBase/Scripts.meta +0 -0
  1104. /package/{Samples → Samples~}/SampleProjectBase.meta +0 -0
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
  using System.Runtime.CompilerServices;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cf3d902d7d2804d869452bc41a73a603
2
+ guid: d1e43be3e07b603a84747e1d3ddaef30
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 70a6a04d2b7310dfdf285c9ef2292418
2
+ guid: 368c96791056ea68529c78621b2c009a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,7 +1,7 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
- using Beamable.Serialization;
4
+ using Beamable.Serialization;
5
5
 
6
6
  namespace Beamable.Api.Analytics
7
7
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 578a7c85b0cdcdb5651b7c8a50e642e9
2
+ guid: a3af9b28eb416e1d4c2cb6f10465bda3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Api;
5
5
  using Beamable.Common.Spew;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d7e658826d7f422afa7828269f0ad299
2
+ guid: 9cd558a635a55ca020fe14a9edf5b151
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,7 +1,7 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
- using System.Collections.Generic;
4
+ using System.Collections.Generic;
5
5
 
6
6
  namespace Beamable.Api.Analytics
7
7
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 354e995c688afd7df68e108ca1065542
2
+ guid: 98e1ee1edbcf3730f6fbd7faf48318a4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Serialization;
5
5
  using System.Collections.Generic;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7b929b9a0182878fa6f1710a60256720
2
+ guid: f0053d0d306301ac9c9e36f480e6530a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Serialization;
5
5
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d19e0c9b4ae113dccdbaf0d74508bd3f
2
+ guid: d1ed0dd6ebb1541dc55a499bb93689f2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System.Collections.Generic;
5
5
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e4fca84df745324562230ef13f92c4af
2
+ guid: ba47b7bdc2d06293820ab71ca2807eb7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Api.Autogenerated.Announcements;
5
5
  using Beamable.Common.Content;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fdc262f912aebaf6f92947b7a873a4f9
2
+ guid: fd4a488a712fe034927d898273c99ef0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Announcements;
5
5
  using Beamable.Common.Content;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e2e557302e51ad9828b7c7f66b381cef
2
+ guid: 3dbfcc0b18dd0203dc29ea7edcd634e7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Content;
5
5
  using System;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7a05082b58a17902e0dcc07e73e94fdf
2
+ guid: f7b28b25bd7e875482a1f4633097fd96
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 00feda79edcf903831cd8bffc73baa1c
2
+ guid: 0de0393d35c38d72fa5791bbf3eeb8cd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common;
5
5
  using Beamable.Common.Api;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 299a677896dc136d381aadf0a7bf0f16
2
+ guid: 0a10afae4fbaf92908d392b2cf0cd787
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common;
5
5
  using Beamable.Common.Api;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0c399482a91219e2cdc855a7608114de
2
+ guid: fa15a38418f89523b4e9e68bd964bb62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common;
5
5
  using Beamable.Common.Api;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 47b56fa52162823cff7b0793d1774bd9
2
+ guid: 87ed615f8d1bcc6546fa6b18253d1bd1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common;
5
5
  using Beamable.Common.Api;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 47908d4e47fd92fbb8bc31ac4ffe8812
2
+ guid: 8440c32833a33b274cfc9dc376dbb264
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
  using System.Collections.Generic;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6c68868898cce8c8be507086c6fec4f7
2
+ guid: 5d4aa1846383d2dfc3ae2fcfac28c432
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  namespace Beamable.Common.Api.CloudData
5
5
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d7dac5ee0adb194542074c5e861890bb
2
+ guid: 07716af92f4464064b24d2992f8ac1f8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Serialization;
5
5
  using System;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 30be81f719f903ede426d0b369cb51c3
2
+ guid: ff9cdfa99f30aceb6edf21c750433771
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,7 +1,7 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
- namespace Beamable.Common.Api.Commerce
4
+ namespace Beamable.Common.Api.Commerce
5
5
  {
6
6
  public interface ICommerceApi
7
7
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d0bbc20ec4e38b6dd4e92575524d4366
2
+ guid: 655f6babe9faceaa72ef5df825089113
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Content;
5
5
  using System;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 01b6b8117e2f0a8978ca55bcc29fd66d
2
+ guid: 3073f191e792aa2ca9f81533415f23df
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Serialization.SmallerJSON;
5
5
  using System.Collections.Generic;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a856995b48d89ddb7e2fddae54f7f728
2
+ guid: 36ce3213363959bb1cc89b127518e3df
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
  using System.Collections.Generic;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 532dc7892923f851d71229c3300581cc
2
+ guid: a777bc61d24c7501353179b372282ee6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Api.Inventory;
5
5
  using Beamable.Common.Pooling;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6df5c6a1ace07f9cbeb2a4c4cd5f3126
2
+ guid: 660153dd8a179b5191779a52ae2fcbbc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Api.Inventory;
5
5
  using System;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cfb409e5c71fcb15ff7c2c73e73a25a9
2
+ guid: e6fa0b5e12547184ae8a7b2a8597de2f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using System;
5
5
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 536eec940135a4c0006d1905c10b0fbe
2
+ guid: ba337409862937e668d3382a4d569817
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,7 +1,7 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
- namespace Beamable.Common.Api
4
+ namespace Beamable.Common.Api
5
5
  {
6
6
  public interface IBeamableFilesystemAccessor
7
7
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c1e1c2b0930e4c00db9b2a163f8e39f2
2
+ guid: ef6c78735f9748710e1b9350341e97f4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common;
5
5
  using Beamable.Common.Api;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2838d36c934f947f012ac47857ae2b5d
2
+ guid: 03e00c2acc1d2a0191892d733db68606
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  namespace Beamable.Common.Api
5
5
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5291bbe0e6c6a353a6feaca8a03bf402
2
+ guid: 89c547353b5fed711b94b814f8c675ce
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  namespace Beamable.Common.Api
5
5
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f0a9420535dd8becf3fa39f0fef4603b
2
+ guid: a80497a0ae909049bdb310b60a6fdf62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Api.Autogenerated.Beamo;
5
5
  using Beamable.Api.Autogenerated.Models;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2652e51e379d49bd8f7dd67964ac48ec
2
+ guid: 9460ab5f8541c6f064db52e6ccb11e13
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Serialization.SmallerJSON;
5
5
  using System;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5ac5730fc1a4616c8b63ee2d5e862e20
2
+ guid: fe66ee8c64868040ba082304d068e6ce
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  namespace Beamable.Common.Api
5
5
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7c096c9819f877f75d70be34cf0306f9
2
+ guid: d21fd616ea5f5bce0536a48eb1a3036b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
- // This file generated by a copy-operation from another project.
2
- // Edits to this file will be overwritten by the build process.
1
+ // this file was copied from nuget package Beamable.Common@0.0.0-PREVIEW.NIGHTLY-202512081843
2
+ // https://www.nuget.org/packages/Beamable.Common/0.0.0-PREVIEW.NIGHTLY-202512081843
3
3
 
4
4
  using Beamable.Common.Dependencies;
5
5
  using System;