mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
public class RuleDisplayName
|
|
{
|
|
public string ClassName;
|
|
public string DisplayName;
|
|
}
|
|
} |