mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
work on skyfire
This commit is contained in:
@@ -17,6 +17,11 @@ FFortAthenaLoadout* AFortPlayerPawn::GetCosmeticLoadout()
|
||||
return GetPtr<FFortAthenaLoadout>(CosmeticLoadoutOffset);
|
||||
}
|
||||
|
||||
void AFortPlayerPawn::ServerReviveFromDBNOHook(AController* EventInstigator)
|
||||
{
|
||||
LOG_INFO(LogDev, "ServerReviveFromDBNOHook!");
|
||||
}
|
||||
|
||||
void AFortPlayerPawn::ServerHandlePickupWithRequestedSwapHook(UObject* Context, FFrame* Stack, void* Ret)
|
||||
{
|
||||
auto Pawn = (AFortPlayerPawn*)Context;
|
||||
|
||||
Reference in New Issue
Block a user