10 lines
203 B
C#
10 lines
203 B
C#
namespace Reset.Units{
|
|
public enum PlayerFacingDirection{
|
|
TowardsTarget = 0,
|
|
MatchForward,
|
|
MatchCamera,
|
|
Static,
|
|
Momentum,
|
|
SpecifiedDirection
|
|
}
|
|
} |