Merge branch 'master' of github.com:space-wizards/space-station-14 into replace-sounds-with-sound-specifier

This commit is contained in:
ShadowCommander
2021-08-10 15:17:58 -07:00
52 changed files with 834 additions and 407 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.Climbing;
namespace Content.Client.Climbing
{
public sealed class ClimbingSystem : SharedClimbSystem
{
}
}