DarkflameServer/dCommon/dEnums/dpCommon.h

8 lines
87 B
C
Raw Normal View History

#pragma once
enum class dpShapeType : unsigned short {
Invalid = 0,
Sphere,
Box
2022-07-28 13:39:57 +00:00
};