mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-26 23:37:59 +01:00
9 lines
79 B
C#
9 lines
79 B
C#
|
namespace Fie.Object
|
||
|
{
|
||
|
public enum FieObjectFlipState
|
||
|
{
|
||
|
Left,
|
||
|
Right
|
||
|
}
|
||
|
}
|