8 lines
96 B
C#
8 lines
96 B
C#
|
|
using Ragon.Protocol;
|
||
|
|
|
||
|
|
namespace Ragon.Server.Entity;
|
||
|
|
|
||
|
|
public interface IRagonEntityState
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|