10 lines
145 B
C#
10 lines
145 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|
{
|
|
public class EnergyReservoir : ConsumableBase
|
|
{
|
|
|
|
}
|
|
}
|