Files
Il2CppInspectorRedux/Il2CppInspector/Reflection/ReflectionClasses.cs
2019-10-28 04:20:06 +01:00

14 lines
227 B
C#

/*
Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
All rights reserved.
*/
namespace Il2CppInspector.Reflection
{
public class CustomAttributeData
{
// TODO
}
}