1
0
forked from noxious/client

6 lines
62 B
TypeScript

export enum Direction {
POSITIVE,
NEGATIVE,
UNCHANGED
}