mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i broke the whole project but its fine
complete pickup rewrite, idle pawns
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Object.h"
|
||||
#include "Vector.h"
|
||||
|
||||
#include "DelegateCombinations.h"
|
||||
|
||||
@@ -17,6 +18,10 @@ struct FHitResult
|
||||
{
|
||||
static class UStruct* GetStruct();
|
||||
static int GetStructSize();
|
||||
|
||||
bool IsBlockingHit();
|
||||
FVector& GetLocation();
|
||||
void CopyFromHitResult(FHitResult* Other);
|
||||
};
|
||||
|
||||
struct FTimerHandle
|
||||
|
||||
Reference in New Issue
Block a user