8 lines
166 B
C#
8 lines
166 B
C#
using Ragon.Common;
|
|
|
|
namespace Ragon.Core;
|
|
|
|
public interface IHandler
|
|
{
|
|
public void Handle(PlayerContext context, RagonSerializer reader, RagonSerializer writer);
|
|
} |