mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-17 10:54:22 +01:00
7 lines
90 B
C#
7 lines
90 B
C#
|
namespace Fie.UI
|
||
|
{
|
||
|
public class FieGameUIEnemyLifeGauge : FieGameUILifeGaugeBase
|
||
|
{
|
||
|
}
|
||
|
}
|