| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include "Library/LiveActor/LiveActor.h" |
| 4 | |
| 5 | class SaveFlagCheckObj : public al::LiveActor { |
| 6 | public: |
| 7 | SaveFlagCheckObj(const char* name); |
| 8 | void init(const al::ActorInitInfo& info) override; |
| 9 | }; |
| 10 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include "Library/LiveActor/LiveActor.h" |
| 4 | |
| 5 | class SaveFlagCheckObj : public al::LiveActor { |
| 6 | public: |
| 7 | SaveFlagCheckObj(const char* name); |
| 8 | void init(const al::ActorInitInfo& info) override; |
| 9 | }; |
| 10 |