mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
add mat depletion, ammo cost, fixed dying crashing on s16+, fix aircraft starting on some versions, fix zone on s17
19 lines
478 B
C
19 lines
478 B
C
#pragma once
|
|
|
|
#include "Array.h"
|
|
#include "Map.h"
|
|
#include "GameplayAbilitySpec.h"
|
|
|
|
struct FGameplayAbilitySpecHandleAndPredictionKey
|
|
{
|
|
FGameplayAbilitySpecHandle AbilityHandle;
|
|
int32 PredictionKeyAtCreation;
|
|
};
|
|
|
|
/*struct FGameplayAbilityReplicatedDataContainer
|
|
{
|
|
typedef TPair<FGameplayAbilitySpecHandleAndPredictionKey, TSharedRef<FAbilityReplicatedDataCache>> FKeyDataPair;
|
|
|
|
TArray<FKeyDataPair> InUseData;
|
|
TArray<TSharedRef<FAbilityReplicatedDataCache>> FreeData;
|
|
}; */ |