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.
|
using System;
|
|
|
|
namespace Matrix_App.PregeneratedMods.reflection
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class UiWidget : Attribute
|
|
{
|
|
}
|
|
} |