(client) feat:状态UI
This commit is contained in:
10
Client/Assets/Scripts/Managers/SaveManager.cs
Normal file
10
Client/Assets/Scripts/Managers/SaveManager.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Entity;
|
||||
|
||||
namespace Managers
|
||||
{
|
||||
public class SaveManager:Utils.Singleton<SaveManager>
|
||||
{
|
||||
public List<Hediff> baseHediffs = new();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user