File size: 84 Bytes
24b81cb
 
 
 
 
 
1
2
3
4
5
6
enum eBrokenLegs
{
	NO_BROKEN_LEGS = 0,
	BROKEN_LEGS = 1,
	BROKEN_LEGS_SPLINT = 2,
}