mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-26 07:18:00 +01:00
10 lines
90 B
C#
10 lines
90 B
C#
namespace Fie.Object
|
|
{
|
|
public enum FieAttribute
|
|
{
|
|
NONE,
|
|
MAGIC,
|
|
WING,
|
|
EARTH
|
|
}
|
|
}
|