refactoring: heap -> span
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Ragon.Core;
|
||||
|
||||
namespace Game.Source;
|
||||
|
||||
public class GameAuthorizer: AuthorizationManager
|
||||
{
|
||||
public override bool OnAuthorize(uint peerId, byte[] payload)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user