mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
clangd :)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Actor.h"
|
||||
#include "TSubClassOf.h"
|
||||
#include "TSubclassOf.h"
|
||||
|
||||
class APawn : public AActor
|
||||
{
|
||||
@@ -23,4 +23,4 @@ public:
|
||||
static auto AIControllerClassOffset = GetOffset("AIControllerClass");
|
||||
return Get<TSubclassOf<class AController>>(AIControllerClassOffset);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user