초기커밋
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
using ServerCore;
|
||||
using ServerBase;
|
||||
using ServerCommon;
|
||||
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public class BattlePlayer : EntityBase
|
||||
{
|
||||
private Player m_player;
|
||||
public BattlePlayer(Player player) : base(EntityType.BattlePlayer)
|
||||
{
|
||||
m_player = player;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user