CommonLibSSE (Parapets fork)
ReanimateEffect.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/C/CommandEffect.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_ReanimateEffect;
11 
12  ~ReanimateEffect() override; // 13
13 
14  // members
15  std::uint64_t unk98; // 98
16  };
17  static_assert(sizeof(ReanimateEffect) == 0xA0);
18 }
Definition: CommandEffect.h:9
Definition: ReanimateEffect.h:8
static constexpr auto RTTI
Definition: ReanimateEffect.h:10
~ReanimateEffect() override
std::uint64_t unk98
Definition: ReanimateEffect.h:15
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ReanimateEffect
Definition: Offsets_RTTI.h:5767