feat(wip): player properties

This commit is contained in:
2024-04-29 09:12:42 +03:00
parent accd442388
commit b4cba20d82
14 changed files with 110 additions and 93 deletions
@@ -0,0 +1,13 @@
using Ragon.Protocol;
namespace Ragon.Client
{
public class PlayerDataHandler: IHandler
{
public void Handle(RagonBuffer reader)
{
}
}
}