14 lines
227 B
C#
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
|
|
}
|
|
}
|