mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-03-19 17:57:14 +01:00
8 lines
79 B
C#
8 lines
79 B
C#
namespace Fie.Object
|
|
{
|
|
public enum FieObjectFlipState
|
|
{
|
|
Left,
|
|
Right
|
|
}
|
|
}
|