This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
PainterlyUNO/Matrix App/PregeneratedMods/reflection/UIWidget.cs

9 lines
166 B
C#

using System;
namespace Matrix_App.PregeneratedMods.reflection
{
[AttributeUsage(AttributeTargets.Field)]
public class UiWidget : Attribute
{
}
}