ClawMachineCosplay/classes/CommandTypes.h

7 lines
73 B
C
Raw Normal View History

2024-06-01 02:22:57 +02:00
enum CommandType{
Move,
Chain,
Power,
Speed,
Accel
};