Files
ReshadePluginsCore/Cronos The New Dawn/SDK/DaedalicTestAutomationPlugin_structs.hpp

30 lines
546 B
C++
Raw Normal View History

2025-09-09 06:15:46 +02:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DaedalicTestAutomationPlugin
#include "Basic.hpp"
namespace SDK
{
// Enum DaedalicTestAutomationPlugin.EDaeTestComparisonMethod
// NumValues: 0x0005
enum class EDaeTestComparisonMethod : uint8
{
LessThan = 0,
LessThanOrEqualTo = 1,
GreaterThanOrEqualTo = 2,
GreaterThan = 3,
EDaeTestComparisonMethod_MAX = 4,
};
}