(client) feat:添加数据序列化相关代码 (#37)
Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
This commit is contained in:
13
Client/Assets/Scripts/Base/Attributes.cs
Normal file
13
Client/Assets/Scripts/Base/Attributes.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Base
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
|
||||
public class NeedSaveAttribute : Attribute
|
||||
{
|
||||
}
|
||||
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
|
||||
public class UnSaveAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
3
Client/Assets/Scripts/Base/Attributes.cs.meta
Normal file
3
Client/Assets/Scripts/Base/Attributes.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bb4eb0442fc54e27955bb860d6dc2fd3
|
||||
timeCreated: 1752635644
|
Reference in New Issue
Block a user