]> git.smokeofanarchy.ru Git - space-station-14.git/commit
move GameMapPrototype and GameMapCondition to shared (#41742)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Sat, 6 Dec 2025 15:45:50 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Dec 2025 15:45:50 +0000 (15:45 +0000)
commit432c9578be79b611b9f71ce0337aeee351fc7cbd
treebc60d29fa111f770b56a9fbd1f6afa0e749b8ada
parent9268cec0c98ad7c8cb1c4c40c95999bdb696b56d
move GameMapPrototype and GameMapCondition to shared (#41742)

* move GameMapPrototype and GameMapCondition to shared

* fix
19 files changed:
Content.Benchmarks/MapLoadBenchmark.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.IntegrationTests/Tests/Power/StationPowerTests.cs
Content.IntegrationTests/Tests/Station/StationJobsTest.cs
Content.MapRenderer/Program.cs
Content.MapRenderer/RenderMap.cs
Content.Server/Administration/Commands/LoadGameMapCommand.cs
Content.Server/GameTicking/Commands/ForceMapCommand.cs
Content.Server/GameTicking/GameTicker.GamePreset.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/Rules/Components/LoadMapRuleComponent.cs
Content.Server/Maps/Conditions/HolidayMapCondition.cs
Content.Server/Maps/GameMapManager.cs
Content.Server/Maps/GameMapPoolPrototype.cs
Content.Server/Maps/IGameMapManager.cs
Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs
Content.Shared/Maps/GameMapCondition.cs [moved from Content.Server/Maps/GameMapCondition.cs with 87% similarity]
Content.Shared/Maps/GameMapPrototype.MapSelection.cs [moved from Content.Server/Maps/GameMapPrototype.MapSelection.cs with 96% similarity]
Content.Shared/Maps/GameMapPrototype.cs [moved from Content.Server/Maps/GameMapPrototype.cs with 98% similarity]