LEAP Documentation 40220
Documentation for the LEAP project
AfflictionInstanceHookShotRange.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2021. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "AfflictionInstanceHookShotRange.generated.h"
8
12UCLASS()
14{
15 GENERATED_BODY()
16protected:
17 virtual void ApplyModifier() override;
18};
Definition: AfflictionInstanceFloat.h:18
Definition: AfflictionInstanceHookShotRange.h:14