Files
Cielonos/Assets/Scripts/MainGame/Items/Consumables/EnergyReservoir.cs

10 lines
145 B
C#
Raw Normal View History

2026-06-27 12:52:03 -04:00
using UnityEngine;
namespace Cielonos.MainGame.Inventory.Collections
{
public class EnergyReservoir : ConsumableBase
{
}
}