API Reference › GameHooksIGameHookPawnInterfaceNamespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dllpublic interface IGameHookPawnView sourcePropertiesCanMoveHook triggered when the player pawn can move check is performed.ICanMovePawnHook CanMove { get; }Property ValueICanMovePawnHookPostThinkHook triggered when the player pawn post think hook is triggered.IPostThinkPawnHook PostThink { get; }Property ValueIPostThinkPawnHook