CommonLibSSE NG
Loading...
Searching...
No Matches
BGSTypedItem.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 template <class Child, class Parent>
6 class BGSTypedItem : public Parent
7 {
8 public:
9 };
10}
Definition BGSTypedItem.h:7
Definition AbsorbEffect.h:6