mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
* 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
|
|
{
|
|
|
|
}
|
|
}
|