wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Ragon.Common;
|
||||
|
||||
namespace Ragon.Core;
|
||||
|
||||
public interface IHandler
|
||||
{
|
||||
public void Handle(PlayerContext context, RagonSerializer reader, RagonSerializer writer);
|
||||
}
|
||||
Reference in New Issue
Block a user