]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Make all prototype types partial (#21374)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Thu, 2 Nov 2023 02:56:23 +0000 (19:56 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 02:56:23 +0000 (19:56 -0700)
commit2d58d19b0794610bf2c970797d6e98c786b38b21
tree1e703094948e34c86eaada317099802586dcf6c3
parentaa0c3b64ea5be164668ab0c68d946957b391a830
Make all prototype types partial (#21374)
105 files changed:
Content.Client/Parallax/Data/ParallaxPrototype.cs
Content.Server/Advertisements/AdvertisementsPackPrototype.cs
Content.Server/AlertLevel/AlertLevelPrototype.cs
Content.Server/Announcements/RoundAnnouncementPrototype.cs
Content.Server/Atmos/Reactions/GasReactionPrototype.cs
Content.Server/GameTicking/Presets/GamePresetPrototype.cs
Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs
Content.Server/GameTicking/Rules/GameRulePrototype.cs
Content.Server/Holiday/HolidayPrototype.cs
Content.Server/Maps/GameMapPoolPrototype.cs
Content.Server/NPC/Components/NpcFactionPrototype.cs
Content.Server/NPC/HTN/HTNCompoundPrototype.cs
Content.Server/NPC/Queries/Curves/UtilityCurvePresetPrototype.cs
Content.Server/NPC/Queries/UtilityQueryPrototype.cs
Content.Server/Salvage/SalvageMapPrototype.cs
Content.Server/Speech/Components/ReplacementAccentComponent.cs
Content.Server/Wires/WireLayout.cs
Content.Server/Worldgen/Prototypes/BiomePrototype.cs
Content.Server/Worldgen/Prototypes/WorldgenConfigPrototype.cs
Content.Shared/Access/AccessGroupPrototype.cs
Content.Shared/Access/AccessLevelPrototype.cs
Content.Shared/Alert/AlertPrototype.cs
Content.Shared/Atmos/Monitor/AtmosAlarmThreshold.cs
Content.Shared/Atmos/Prototypes/GasPrototype.cs
Content.Shared/Audio/AmbientMusicPrototype.cs
Content.Shared/BarSign/BarSignPrototype.cs
Content.Shared/Body/Prototypes/BodyPrototype.cs
Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs
Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs
Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs
Content.Shared/Cargo/Prototypes/CargoProductPrototype.cs
Content.Shared/Chat/Prototypes/AutoEmotePrototype.cs
Content.Shared/Chat/Prototypes/EmotePrototype.cs
Content.Shared/Chat/Prototypes/EmoteSoundsPrototype.cs
Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs
Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs
Content.Shared/Chemistry/Reaction/ReactionPrototype.cs
Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs
Content.Shared/Communications/CommsHackerComponent.cs
Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs
Content.Shared/Construction/Prototypes/ConstructionPrototype.cs
Content.Shared/Construction/Prototypes/MachinePartPrototype.cs
Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/Damage/Prototypes/DamageTypePrototype.cs
Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs
Content.Shared/Dataset/DatasetPrototype.cs
Content.Shared/Decals/ColorPalettePrototype.cs
Content.Shared/Decals/DecalPrototype.cs
Content.Shared/DeviceNetwork/DeviceFrequencyPrototype.cs
Content.Shared/EntityList/EntityListPrototype.cs
Content.Shared/EntityList/EntityLootTablePrototype.cs
Content.Shared/Explosion/ExplosionPrototype.cs
Content.Shared/HUD/HudThemePrototype.cs
Content.Shared/Humanoid/Markings/MarkingPoints.cs
Content.Shared/Humanoid/Markings/MarkingPrototype.cs
Content.Shared/Humanoid/Prototypes/HumanoidProfilePrototype.cs
Content.Shared/Humanoid/Prototypes/HumanoidSpritePrototypes.cs
Content.Shared/Humanoid/Prototypes/RandomHumanoidSettingsPrototype.cs
Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs
Content.Shared/Inventory/InventoryTemplatePrototype.cs
Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs
Content.Shared/Maps/ContentTileDefinition.cs
Content.Shared/Materials/MaterialPrototype.cs
Content.Shared/Mining/OrePrototype.cs
Content.Shared/NameIdentifier/NameIdentifierGroupPrototype.cs
Content.Shared/Nutrition/Flavor.cs
Content.Shared/Parallax/Biomes/BiomeTemplatePrototype.cs
Content.Shared/Players/PlayTimeTracking/PlayTimeTrackerPrototype.cs
Content.Shared/Procedural/DungeonConfigPrototype.cs
Content.Shared/Procedural/DungeonPresetPrototype.cs
Content.Shared/Procedural/DungeonRoomPackPrototype.cs
Content.Shared/Procedural/DungeonRoomPrototype.cs
Content.Shared/Procedural/Loot/SalvageLootPrototype.cs
Content.Shared/Procedural/SalvageDifficultyPrototype.cs
Content.Shared/Radio/RadioChannelPrototype.cs
Content.Shared/Random/RulesPrototype.cs
Content.Shared/Random/WeightedRandomFillSolutionPrototype.cs
Content.Shared/Research/Prototypes/LatheRecipePrototype.cs
Content.Shared/Research/Prototypes/TechDisciplinePrototype.cs
Content.Shared/Research/Prototypes/TechnologyPrototype.cs
Content.Shared/Roles/AntagPrototype.cs
Content.Shared/Roles/DepartmentPrototype.cs
Content.Shared/Roles/JobPrototype.cs
Content.Shared/Roles/StartingGearPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageAirMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageBiomeModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageDungeonModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageLightMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageTemperatureMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageWeatherMod.cs
Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs
Content.Shared/Speech/SpeechSoundsPrototype.cs
Content.Shared/Speech/SpeechVerbPrototype.cs
Content.Shared/SprayPainter/Prototypes/AirlockGroupPrototype.cs
Content.Shared/Spreader/EdgeSpreaderPrototype.cs
Content.Shared/Stacks/StackPrototype.cs
Content.Shared/StatusEffect/StatusEffectPrototype.cs
Content.Shared/Tag/TagPrototype.cs
Content.Shared/Tools/ToolQualityPrototype.cs
Content.Shared/Traits/TraitPrototype.cs
Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs
Content.Shared/Weapons/Ranged/HitscanPrototype.cs
Content.Shared/Weather/WeatherPrototype.cs