mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
make commands actually reply to console
This commit is contained in:
@@ -9,4 +9,10 @@ enum class ESpawnActorCollisionHandlingMethod : uint8
|
||||
AdjustIfPossibleButAlwaysSpawn,
|
||||
AdjustIfPossibleButDontSpawnIfColliding,
|
||||
DontSpawnIfColliding
|
||||
};
|
||||
|
||||
struct FHitResult
|
||||
{
|
||||
static class UStruct* GetStruct();
|
||||
static int GetStructSize();
|
||||
};
|
||||
Reference in New Issue
Block a user