]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup: Remove redundant prototype name specifications (#35793)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 19 Mar 2025 18:30:31 +0000 (14:30 -0400)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 18:30:31 +0000 (19:30 +0100)
commit86aa82f2b6438fe4cfdb708f8fa5d52fed22bcbe
tree78919a26e23d3832fb78462d1be0df514343c04a
parent916661944bce778c45088800ea23f44db47ad7bc
Cleanup: Remove redundant prototype name specifications (#35793)

* Remove redundant prototype name specifications

* These can stay
107 files changed:
Content.Client/Parallax/Data/ParallaxPrototype.cs
Content.Server/Announcements/RoundAnnouncementPrototype.cs
Content.Server/Atmos/Reactions/GasReactionPrototype.cs
Content.Server/Botany/SeedPrototype.cs
Content.Server/Connection/Whitelist/WhitelistPrototype.cs
Content.Server/GameTicking/Presets/GamePresetPrototype.cs
Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs
Content.Server/Ghost/Roles/Raffles/GhostRoleRaffleDeciderPrototype.cs
Content.Server/Holiday/HolidayPrototype.cs
Content.Server/Maps/GameMapPoolPrototype.cs
Content.Server/Maps/GameMapPrototype.cs
Content.Server/NPC/Queries/Curves/UtilityCurvePresetPrototype.cs
Content.Server/NPC/Queries/UtilityQueryPrototype.cs
Content.Server/Wires/WireLayout.cs
Content.Server/Worldgen/Prototypes/NoiseChannelPrototype.cs
Content.Server/Worldgen/Prototypes/WorldgenConfigPrototype.cs
Content.Shared/Access/AccessGroupPrototype.cs
Content.Shared/Access/AccessLevelPrototype.cs
Content.Shared/Atmos/Prototypes/GasPrototype.cs
Content.Shared/Audio/AmbientMusicPrototype.cs
Content.Shared/Body/Prototypes/BodyPrototype.cs
Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs
Content.Shared/Body/Prototypes/MetabolizerTypePrototype.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/MixingCategoryPrototype.cs
Content.Shared/Chemistry/Reaction/ReactionPrototype.cs
Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs
Content.Shared/Chemistry/Reagent/ReagentPrototype.cs
Content.Shared/Communications/CommsHackerComponent.cs
Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs
Content.Shared/Construction/Prototypes/ConstructionPrototype.cs
Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs
Content.Shared/Damage/Prototypes/DamageTypePrototype.cs
Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs
Content.Shared/Dataset/DatasetPrototype.cs
Content.Shared/Decals/DecalPrototype.cs
Content.Shared/DeviceLinking/DevicePortPrototype.cs
Content.Shared/DeviceNetwork/DeviceFrequencyPrototype.cs
Content.Shared/EntityList/EntityListPrototype.cs
Content.Shared/EntityList/EntityLootTablePrototype.cs
Content.Shared/Explosion/ExplosionPrototype.cs
Content.Shared/Ghost/Roles/Raffles/GhostRoleRaffleSettingsPrototype.cs
Content.Shared/GridPreloader/Prototypes/PreloadedGridPrototype.cs
Content.Shared/Guidebook/GuideEntry.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/RandomHumanoidSettingsPrototype.cs
Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs
Content.Shared/Inventory/InventoryTemplatePrototype.cs
Content.Shared/Item/ItemSizePrototype.cs
Content.Shared/Materials/MaterialPrototype.cs
Content.Shared/NPC/Prototypes/NpcFactionPrototype.cs
Content.Shared/NameIdentifier/NameIdentifierGroupPrototype.cs
Content.Shared/Nutrition/Flavor.cs
Content.Shared/Nutrition/Prototypes/FoodSequenceElementPrototype.cs
Content.Shared/Objectives/Prototypes/StealTargetGroupPrototype.cs
Content.Shared/Parallax/Biomes/BiomeTemplatePrototype.cs
Content.Shared/Parallax/Biomes/Markers/BiomeMarkerLayerPrototype.cs
Content.Shared/Players/PlayTimeTracking/PlayTimeTrackerPrototype.cs
Content.Shared/Preferences/Loadouts/LoadoutGroupPrototype.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/Prototypes/NavMapBlipPrototype.cs
Content.Shared/Radio/RadioChannelPrototype.cs
Content.Shared/Random/Rules/RulesSystem.cs
Content.Shared/Random/WeightedRandomEntityPrototype.cs
Content.Shared/Random/WeightedRandomFillSolutionPrototype.cs
Content.Shared/Random/WeightedRandomOrePrototype.cs
Content.Shared/Random/WeightedRandomPrototype.cs
Content.Shared/Random/WeightedRandomSpeciesPrototype.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/Salvage/Expeditions/Modifiers/SalvageBiomeModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageDungeonModPrototype.cs
Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs
Content.Shared/Silicons/Laws/SiliconLawPrototype.cs
Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs
Content.Shared/Speech/SpeechSoundsPrototype.cs
Content.Shared/Speech/SpeechVerbPrototype.cs
Content.Shared/SprayPainter/Prototypes/AirlockDepartmentsPrototype.cs
Content.Shared/Spreader/EdgeSpreaderPrototype.cs
Content.Shared/StatusEffect/StatusEffectPrototype.cs
Content.Shared/Store/CurrencyPrototype.cs
Content.Shared/Store/ListingPrototype.cs
Content.Shared/Store/StoreCategoryPrototype.cs
Content.Shared/Store/StorePresetPrototype.cs
Content.Shared/StoryGen/Prototypes/StoryTemplatePrototype.cs
Content.Shared/Thief/Prototypes/ThiefBackpackSetPrototype.cs
Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs
Content.Shared/Weapons/Ranged/HitscanPrototype.cs
Content.Shared/Weather/WeatherPrototype.cs
Content.Shared/Xenoarchaeology/XenoArtifacts/ArtifactEffectPrototype.cs
Content.Shared/Xenoarchaeology/XenoArtifacts/ArtifactTriggerPrototype.cs