Convert Regions/Spawns to JSON (#138)
This commit is contained in:
parent
b8316e9202
commit
390f30e706
117 changed files with 97306 additions and 4848 deletions
|
|
@ -31,6 +31,8 @@ namespace Server
|
|||
|
||||
public override void GetBytes(Span<byte> data) => m_Random.GetBytes(data);
|
||||
|
||||
public ulong Next(ulong c) => throw new NotImplementedException();
|
||||
|
||||
public uint Next(uint c) => throw new NotImplementedException();
|
||||
|
||||
public bool NextBool() => throw new NotImplementedException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue