9 lines
146 B
C#
9 lines
146 B
C#
|
|
|||
|
namespace YooAsset.Editor
|
|||
|
{
|
|||
|
public class RuleDisplayName
|
|||
|
{
|
|||
|
public string ClassName;
|
|||
|
public string DisplayName;
|
|||
|
}
|
|||
|
}
|