UpgradeLevels.cs 182 B

1234567891011
  1. using System;
  2. using UnityEngine;
  3. [Serializable]
  4. public class UpgradeLevels
  5. {
  6. public GameObject Helm;
  7. public GameObject Shield;
  8. public GameObject Sword;
  9. public GameObject Bow;
  10. }