Implemented Temporary Gunrange Functionality to Tutorial Facility

This commit is contained in:
Rafal Swierczek 2023-10-20 15:02:23 +01:00
parent bae8955a27
commit fb8ebc5088
7 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b09916d29e6da12f59b90803629e9497f462ec6e03fb1a25c314fe1cdcc1a56c
size 14438
oid sha256:0743ea5f03e1c33a5c5de9e4f905def38f79efe78b417dc391b964e2f164f536
size 14634

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d041dd81120eb99204c2ef8f33b5237f80a734ecca524159383263489dfadc1
size 401728
oid sha256:696dc86c40e6047a9988a58efb8c431dfafd11f6842cd997cb092c8101e5e2a5
size 401729

Binary file not shown.

View File

@ -26,6 +26,7 @@ protected:
public:
// Called every frame
virtual void Tick(float DeltaTime) override;
UFUNCTION(BlueprintCallable)
void SubscribeToGroupAIEvents(class AAIControlHub* ControlHub);
void SetLocalAlertLevel(int NewAlertLevel) const;