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

11 lines
207 B
C#
Raw Normal View History

2023-04-09 10:52:18 +04:00
using Ragon.Protocol;
namespace Ragon.Server.Entity;
public ref struct RagonEntityParameters
{
public ushort Type;
public ushort StaticId;
public ushort AttachId;
public RagonAuthority Authority;
}