mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
spectaterrrr
This commit is contained in:
@@ -89,6 +89,8 @@ enum class EInteractionBeingAttempted : uint8
|
||||
EInteractionBeingAttempted_MAX = 3,
|
||||
};
|
||||
|
||||
using UAthenaSprayItemDefinition = UObject;
|
||||
|
||||
class AFortPlayerController : public APlayerController
|
||||
{
|
||||
public:
|
||||
@@ -210,6 +212,7 @@ public:
|
||||
static void ServerDropAllItemsHook(AFortPlayerController* PlayerController, UFortItemDefinition* IgnoreItemDef);
|
||||
|
||||
static void ServerAttemptInventoryDropHook(AFortPlayerController* PlayerController, FGuid ItemGuid, int Count);
|
||||
static void ServerPlaySprayItemHook(AFortPlayerController* PlayerController, UAthenaSprayItemDefinition* SprayAsset);
|
||||
static void ServerPlayEmoteItemHook(AFortPlayerController* PlayerController, UObject* EmoteAsset);
|
||||
static void ClientOnPawnDiedHook(AFortPlayerController* PlayerController, void* DeathReport);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user