9 lines
166 B
C#
9 lines
166 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Matrix_App.PregeneratedMods.reflection
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Field)]
|
|||
|
public class UiWidget : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|