public void SetDataBase( string name, int id, string desc, int life, int infection, int power, int speed, Player.PlayerHealth health, Player.PlayerStatus status, List <Item> items) { player.Clear(); player.Add(new Player(name, id, desc, life, infection, power, speed, health, status, items)); }
private void Awake() { playerHealth = GetComponent <PlayerHealth>(); }