mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a lottt of stuff
This commit is contained in:
15
Project Reboot 3.0/CurveTable.h
Normal file
15
Project Reboot 3.0/CurveTable.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "Object.h"
|
||||
#include "NameTypes.h"
|
||||
|
||||
class UCurveTable : public UObject
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
struct FCurveTableRowHandle
|
||||
{
|
||||
UCurveTable* CurveTable;
|
||||
FName RowName;
|
||||
};
|
||||
Reference in New Issue
Block a user