com.alicizax.unity.editor.e.../Editor/ReferenceFinder/ListInfo.cs

9 lines
157 B
C#
Raw Normal View History

2025-05-28 19:37:19 +08:00
namespace TEngine.Editor
{
internal sealed class ListInfo
{
public int Count;
public string Name;
public string Type;
}
}