2025-12-08 05:27:53 -05:00
|
|
|
using Cielonos.MainGame;
|
2026-02-13 09:22:11 -05:00
|
|
|
using SLSUtilities.UI;
|
2025-12-08 05:27:53 -05:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-02-13 09:22:11 -05:00
|
|
|
namespace Cielonos.MainGame.UI
|
2025-12-08 05:27:53 -05:00
|
|
|
{
|
|
|
|
|
public class PlayerEnergyBar : AttributeBarBase
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|