fix(codegen): Codegens clothing (#714)
This commit is contained in:
parent
13931ddf1d
commit
ca3faec01d
105 changed files with 1175 additions and 2477 deletions
|
|
@ -23,7 +23,7 @@ namespace Server
|
|||
/// -or-
|
||||
/// [SerializableFieldAttr(typeof(CommandPropertyAttribute), AccessLevel.GameMaster)]
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true)]
|
||||
public sealed class SerializableFieldAttrAttribute : Attribute
|
||||
{
|
||||
public string AttributeString { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue