using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu]
public class Brawler : ScriptableObject
{
public string Name;
public int Level;
public int PowerPoints;
public Sprite image;
public Rarity rarity;
}
public enum Rarity
{
Rare,
SuperRare,
Epic,
Mythical,
Legendary,
Chromatic
}
Дядя Богдан, если у вас ArrayList c int и brawler, то просто items[индекс int елемента], если list и вам нужно поле например Level, то по аналогии с Name