block out some

This commit is contained in:
Aaron Kimbre
2023-08-09 23:29:04 -05:00
parent 97b683fd59
commit facc225b82
2 changed files with 36 additions and 6 deletions

View File

@@ -25,8 +25,6 @@ enum class eWaypointCommandType : uint32_t {
PLAY_SOUND,
};
class WaypointCommandType {
public:
static eWaypointCommandType StringToWaypointCommandType(std::string commandString) {