9 lines
113 B
C#
9 lines
113 B
C#
|
namespace EntityStates.Seeker;
|
||
|
|
||
|
public class InnerStrength : BaseState
|
||
|
{
|
||
|
public override void OnEnter()
|
||
|
{
|
||
|
}
|
||
|
}
|