Files
Ragon/Ragon.Relay/Sources/Replication/Entity/IRagonEntityState.cs
T
2024-09-28 20:11:56 +03:00

8 lines
96 B
C#

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