namespace Entity
{
public class Monster
public Protocol.MonsterPack ToPack()
var pack= new Protocol.MonsterPack();
return pack;
}