using System.Collections; using System.Collections.Generic; using UnityEngine; public struct PlayerInfoStruct { public int hp; public float speedGround; public float speedAir; public int currency; }