6 lines
107 B
C#
6 lines
107 B
C#
![]() |
using System;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Field)]
|
||
|
public class NeedTranslateAttribute : Attribute
|
||
|
{
|
||
|
}
|