mirror of
https://github.com/kirikayakazuto/CocosCreator_ECS
synced 2024-12-26 03:39:24 +00:00
6 lines
63 B
TypeScript
6 lines
63 B
TypeScript
|
export enum Direction {
|
||
|
Up,
|
||
|
Down,
|
||
|
Left,
|
||
|
Right
|
||
|
}
|