6 lines
68 B
VB.net
6 lines
68 B
VB.net
|
|
Public Enum eMoveDirection
|
|
eInput = 0
|
|
eOutput = 1
|
|
End Enum
|