16 lines
365 B
C#
16 lines
365 B
C#
/*
|
|
Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
|
|
|
|
All rights reserved.
|
|
*/
|
|
|
|
namespace Il2CppInspector.Reflection
|
|
{
|
|
// See: https://docs.microsoft.com/en-us/dotnet/api/system.reflection.customattributedata?view=netframework-4.8
|
|
|
|
public class CustomAttributeData
|
|
{
|
|
// TODO: CustomAttributeData
|
|
}
|
|
}
|