Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Now it's engine module, not GI one. Subsystems. What could possibly g…
Browse files Browse the repository at this point in the history
…o wrong? Close #287
  • Loading branch information
ufna committed Mar 31, 2020
1 parent a2474e4 commit 0d70a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/VaRest/Private/VaRestSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "Misc/Paths.h"

UVaRestSubsystem::UVaRestSubsystem()
: UGameInstanceSubsystem()
: UEngineSubsystem()
{
}

Expand Down
4 changes: 2 additions & 2 deletions Source/VaRest/Public/VaRestSubsystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "VaRestRequestJSON.h"

#include "Delegates/DelegateCombinations.h"
#include "Subsystems/GameInstanceSubsystem.h"
#include "Subsystems/EngineSubsystem.h"
#include "Subsystems/SubsystemCollection.h"

#include "VaRestSubsystem.generated.h"
Expand Down Expand Up @@ -34,7 +34,7 @@ struct FVaRestCallResponse
};

UCLASS()
class VAREST_API UVaRestSubsystem : public UGameInstanceSubsystem
class VAREST_API UVaRestSubsystem : public UEngineSubsystem
{
GENERATED_BODY()

Expand Down

0 comments on commit 0d70a0e

Please sign in to comment.