Files
Reboot-Launcher/dependencies/reboot/Project Reboot 3.0/KismetMathLibrary.h
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

11 lines
177 B
C++

#pragma once
#include "Object.h"
class UKismetMathLibrary : public UObject
{
public:
static float RandomFloatInRange(float min, float max);
static UClass* StaticClass();
};