Files
Ragon/Ragon.Client/Sources/Handler/PlayerDataHandler.cs
T
2024-04-29 09:12:42 +03:00

13 lines
163 B
C#

using Ragon.Protocol;
namespace Ragon.Client
{
public class PlayerDataHandler: IHandler
{
public void Handle(RagonBuffer reader)
{
}
}
}