13 lines
221 B
C#
13 lines
221 B
C#
|
namespace EntityStates.VoidRaidCrab.Leg;
|
||
|
|
||
|
public class PreStompPauseBeforeStomp : BaseStompState
|
||
|
{
|
||
|
protected override void OnLifetimeExpiredAuthority()
|
||
|
{
|
||
|
outer.SetNextState(new Stomp
|
||
|
{
|
||
|
target = target
|
||
|
});
|
||
|
}
|
||
|
}
|