using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(fileName = "RankLevels", menuName = "Game/RankLevels", order = 1)] public class RankLevels : ScriptableObject { public RankLevel[] levels; }