using UnityEngine; namespace Cielonos.MainGame.Inventory.Collections { public class EnergyReservoir : ConsumableBase { } }