初次提交
This commit is contained in:
6
Script/Loader/Attribute/NeedTranslate.cs
Normal file
6
Script/Loader/Attribute/NeedTranslate.cs
Normal file
@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class NeedTranslateAttribute : Attribute
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user