Files
Cielonos/Assets/Scripts/MainGame/Items/Consumables/EnergyReservoir.cs
SoulliesOfficial 9a9e48f8a5
2026-06-27 12:52:03 -04:00

10 lines
145 B
C#

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