mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-02 01:47:58 +01:00
14 lines
152 B
C#
14 lines
152 B
C#
|
namespace Fie.Object.Abilities
|
||
|
{
|
||
|
public class FieAbilitiesSlot
|
||
|
{
|
||
|
public enum SlotType
|
||
|
{
|
||
|
SLOT_1,
|
||
|
SLOT_2,
|
||
|
SLOT_3,
|
||
|
MAX_SLOT_NUM
|
||
|
}
|
||
|
}
|
||
|
}
|