]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace usages of customTypeSerializer PrototypeIdListSerializer with something that...
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Thu, 10 Jul 2025 03:06:51 +0000 (20:06 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 03:06:51 +0000 (05:06 +0200)
commit00826aaad69a7c8e66887bbef8dd25cf86a8871b
tree17b7708858ac0fcae4507384ea4dfb9ffbe8383c
parent326712faca1555f637947bd0f857242bb35a6963
Replace usages of customTypeSerializer PrototypeIdListSerializer with something that doesn't take 20 separate words to type out (#37959)

* Replace usages of customTypeSerializer PrototypeIdListSerializer with something that doesn't take 20 separate words to type out

* Missed one

* Missed another

* Fix data field ids
39 files changed:
Content.Client/SurveillanceCamera/UI/SurveillanceCameraSetupWindow.xaml.cs
Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeComponent.cs
Content.Server/Botany/SeedPrototype.cs
Content.Server/EntityList/SpawnEntityListCommand.cs
Content.Server/GameTicking/Presets/GamePresetPrototype.cs
Content.Server/Implants/Components/AutoImplantComponent.cs
Content.Server/Jobs/AddImplantSpecial.cs
Content.Server/Research/Systems/ResearchSystem.Technology.cs
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Server/StationEvents/Components/SolarFlareRuleComponent.cs
Content.Server/StationEvents/Components/VentClogRuleComponent.cs
Content.Server/StationEvents/Events/VentClogRule.cs
Content.Server/SurveillanceCamera/Components/SurveillanceCameraComponent.cs
Content.Server/SurveillanceCamera/Components/SurveillanceCameraRouterComponent.cs
Content.Server/Worldgen/Components/BiomeSelectionComponent.cs
Content.Server/Worldgen/Components/Debris/BlobFloorPlanBuilderComponent.cs
Content.Shared/Chemistry/Components/Solution.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs
Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/EntityList/EntityListPrototype.cs
Content.Shared/Implants/SharedSubdermalImplantSystem.cs
Content.Shared/Parallax/Biomes/Layers/BiomeDecalLayer.cs
Content.Shared/Parallax/Biomes/Layers/BiomeEntityLayer.cs
Content.Shared/Parallax/Biomes/Layers/IBiomeWorldLayer.cs
Content.Shared/Random/RandomFillSolution.cs
Content.Shared/Research/Components/TechnologyDatabaseComponent.cs
Content.Shared/Salvage/Expeditions/Modifiers/IBiomeSpecificMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageAirMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageDungeonModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageLightMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageTemperatureMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageWeatherMod.cs
Content.Shared/Silicons/Borgs/Components/ItemBorgModuleComponent.cs
Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs
Content.Shared/Singularity/Components/SharedEmitterComponent.cs
Content.Shared/SurveillanceCamera/SharedSurveillanceCameraMonitorSystem.cs
Content.Shared/Tiles/FloorTileComponent.cs
Content.Shared/Tiles/FloorTileSystem.cs