10 lines
100 B
C#
10 lines
100 B
C#
namespace Zennysoft.Game.Ma;
|
|
|
|
public enum EnemyDirection
|
|
{
|
|
Left,
|
|
Right,
|
|
Forward,
|
|
Backward
|
|
}
|