using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerInfo { public int STR { get; private set; } public int RANGE { get; private set; } public float SPEED { get; private set; } }