namespace Game.Player { public class PlayerData { public string playerName; public float jinbei; public float hp; } }