From ab512dd4c8b85459164207291a335cc5accc0e1f Mon Sep 17 00:00:00 2001 From: Kacper Szelest Date: Wed, 6 Nov 2024 16:24:24 +0000 Subject: [PATCH] Created Common blueprints I added a function library and a interaction interface for my quest system, however it can be used for any other blueprint --- Content/Blueprints/BPF_CommonFunctionLibrary.uasset | 3 +++ Content/Blueprints/BPI_InteractionInterface.uasset | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Content/Blueprints/BPF_CommonFunctionLibrary.uasset create mode 100644 Content/Blueprints/BPI_InteractionInterface.uasset diff --git a/Content/Blueprints/BPF_CommonFunctionLibrary.uasset b/Content/Blueprints/BPF_CommonFunctionLibrary.uasset new file mode 100644 index 0000000..97de258 --- /dev/null +++ b/Content/Blueprints/BPF_CommonFunctionLibrary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf64b6fde2d5cd48f4ed275219f2b8ecf672f3518b98a9c9d16cab4b914ac9b4 +size 30107 diff --git a/Content/Blueprints/BPI_InteractionInterface.uasset b/Content/Blueprints/BPI_InteractionInterface.uasset new file mode 100644 index 0000000..92a62e7 --- /dev/null +++ b/Content/Blueprints/BPI_InteractionInterface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afdd30f08b85c58b7cb7788b2d8b49d74268c5b7905da40c7ae4f3913c2528f +size 13584