Files
Ragon/Ragon.Server/Sources/Entity/IRagonEntityState.cs
T

8 lines
96 B
C#
Raw Normal View History

2023-04-14 14:32:04 +04:00
using Ragon.Protocol;
namespace Ragon.Server.Entity;
public interface IRagonEntityState
{
}