raspberry_games_server_game_logic 1.8.260 → 1.8.261

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.
@@ -364,7 +364,7 @@
364
364
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
365
365
  //endregion
366
366
  function GameEngineConfig() {
367
- this.version = '1.8.260';
367
+ this.version = '1.8.261';
368
368
  }
369
369
  protoOf(GameEngineConfig).a2w = function () {
370
370
  return this.version;