CommonLibSSE (powerof3)
ChestsLooted.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSTEvent.h"
4 
5 namespace RE
6 {
7  struct ChestsLooted
8  {
9  public:
10  struct Event
11  {
12  public:
13  };
14  static_assert(std::is_empty_v<Event>);
15 
17  static void SendEvent();
18  };
19  static_assert(std::is_empty_v<ChestsLooted>);
20 }
Definition: BSTEvent.h:28
Definition: AbsorbEffect.h:6
Definition: ChestsLooted.h:11
Definition: ChestsLooted.h:8
static void SendEvent()
static BSTEventSource< Event > * GetEventSource()