forked from noxious/client
6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
export enum Direction {
|
|
POSITIVE,
|
|
NEGATIVE,
|
|
UNCHANGED
|
|
}
|