Remove IActionBlocker.CanMove (#4449)
* Remove IActionBlocker.CanMove Ported the remainders over to using MovementAttemptEvent which should also help make mob movement a bit faster. * Make that check faster
This commit is contained in:
9
Content.Client/Climbing/ClimbingSystem.cs
Normal file
9
Content.Client/Climbing/ClimbingSystem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Climbing;
|
||||
|
||||
namespace Content.Client.Climbing
|
||||
{
|
||||
public sealed class ClimbingSystem : SharedClimbSystem
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user