Make TangibleManager a UObject

This commit is contained in:
2023-09-25 14:25:24 -04:00
parent 982b6cab62
commit 2f5baf2e9f
8 changed files with 33 additions and 28 deletions

View File

@@ -22,8 +22,10 @@ public:
FlxAnimTracker AnimTracker;
void Init(AActor* a) {
FString Plane;
void Init(AActor* a, const FString &plane) {
Actor = a;
Plane = plane;
}
};