(client) feat:添加数据序列化相关代码 (#37)
Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
This commit is contained in:
10
Client/Assets/Scripts/Managers/ArchiveManager.cs
Normal file
10
Client/Assets/Scripts/Managers/ArchiveManager.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Managers
|
||||
{
|
||||
public class ArchiveManager
|
||||
{
|
||||
public bool Save(string filename)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user