10 lines
142 B
C#
10 lines
142 B
C#
|
|
using Content.Shared.Climbing;
|
||
|
|
|
||
|
|
namespace Content.Client.Climbing
|
||
|
|
{
|
||
|
|
public sealed class ClimbingSystem : SharedClimbSystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|