Files
Ragon/Ragon.Server/Sources/Entity/IRagonEntityState.cs
T
2023-04-14 14:32:04 +04:00

8 lines
96 B
C#

using Ragon.Protocol;
namespace Ragon.Server.Entity;
public interface IRagonEntityState
{
}