12 lines
301 B
C++
12 lines
301 B
C++
// Copyright 2017 ~ 2022 Critical Failure Studio Ltd. All rights reserved.
|
|
|
|
#include "Graphs/PaperZDStateMachineGraph.h"
|
|
|
|
#if ZD_VERSION_INLINED_CPP_SUPPORT
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(PaperZDStateMachineGraph)
|
|
#endif
|
|
|
|
UPaperZDStateMachineGraph::UPaperZDStateMachineGraph()
|
|
: Super()
|
|
{}
|