Files
Blocks3D/JointType.h
DirtPiper 507b0a9ace New Enums
All 05-era enums added (might be more, idk tbh)
2018-10-21 21:09:49 -04:00

5 lines
146 B
C

#ifndef JOINTTYPE_H
#define JOINTTYPE_H
static enum ActionType {UNK0, Weld, Snap, UNK3, Rotate, RotateP, RotateV, Glue, UNK8, UNK9, None};
#endif