(client) feat:添加数据序列化相关代码 (#37)

Co-authored-by: zzdxxz <2079238449@qq.com>
Co-committed-by: zzdxxz <2079238449@qq.com>
This commit is contained in:
2025-07-16 13:05:04 +08:00
committed by TheRedApricot
parent 55cf9d954e
commit ffeb65ba6b
11 changed files with 2407 additions and 25 deletions

View File

@ -0,0 +1,10 @@
namespace Managers
{
public class ArchiveManager
{
public bool Save(string filename)
{
return false;
}
}
}