]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Separate CCVars into separate files
authorSimon <63975668+Simyon264@users.noreply.github.com>
Tue, 12 Nov 2024 02:10:25 +0000 (03:10 +0100)
committerSimon <63975668+Simyon264@users.noreply.github.com>
Tue, 12 Nov 2024 02:10:25 +0000 (03:10 +0100)
commit806e1e46cb1fec598310d46c31e332e0876794c1
treefa8458bff5293dc4695f0ab086e27e7b58f8ab54
parent37958378cbec572b0de11676c6962983ff2c58d5
Separate CCVars into separate files
44 files changed:
Content.Shared/CCVar/CCVars.Accessibility.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Admin.Ahelp.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Admin.Logs.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Admin.Rules.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Admin.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Atmos.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Audio.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Chat.Looc.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Chat.Ooc.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Chat.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Config.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Console.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Crewmanifest.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Database.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Discord.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Events.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Explosion.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Game.Infolinks.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Game.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Ghost.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Hud.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Ic.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Interactions.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Interface.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Mapping.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Midi.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Misc.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.NPC.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Net.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Parallax.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Physics.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Radiation.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Replays.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Salvage.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Server.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Shuttle.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Sounds.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Status.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Tips.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Viewport.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Vote.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Whitelist.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Worldgen.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.cs