Model: Groundwork for custom attribute processisng
This commit is contained in:
15
Il2CppInspector/Reflection/CustomAttributeData.cs
Normal file
15
Il2CppInspector/Reflection/CustomAttributeData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user