* Remove IActionBlocker.CanMove Ported the remainders over to using MovementAttemptEvent which should also help make mob movement a bit faster. * Make that check faster
10 lines
142 B
C#
10 lines
142 B
C#
using Content.Shared.Climbing;
|
|
|
|
namespace Content.Client.Climbing
|
|
{
|
|
public sealed class ClimbingSystem : SharedClimbSystem
|
|
{
|
|
|
|
}
|
|
}
|