Files
Ragon/Ragon.Client/Sources/Handler/PlayerDataHandler.cs
T

13 lines
163 B
C#
Raw Normal View History

2024-04-29 09:12:42 +03:00
using Ragon.Protocol;
namespace Ragon.Client
{
public class PlayerDataHandler: IHandler
{
public void Handle(RagonBuffer reader)
{
}
}
}