mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 01:07:14 +08:00
(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