mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-14 18:34:36 +01:00
login sequence packets
This commit is contained in:
14
GameServer/Game/Player.cs
Normal file
14
GameServer/Game/Player.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Common.Database;
|
||||
|
||||
namespace PemukulPaku.GameServer.Game
|
||||
{
|
||||
public class Player
|
||||
{
|
||||
public User.UserScheme User;
|
||||
|
||||
public Player(User.UserScheme user)
|
||||
{
|
||||
User = user;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user