LeviLamina
Loading...
Searching...
No Matches
IFunction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting::Reflection {
6
7struct IFunction {};
8
9} // namespace Scripting::Reflection
Definition IFunction.h:7