重做物品系统

This commit is contained in:
MuHua-123
2025-10-11 17:02:18 +08:00
parent dd690d871c
commit 21b7cbcef5
145 changed files with 1177 additions and 2219 deletions
@@ -22,8 +22,7 @@ public class ValueContainer {
/// <summary> 添加数值 </summary>
public void AddInstance(ValueType type, Enum name) {
var instance = ValueInstance.Create(type, name);
AddInstance(instance);
AddInstance(type, name.ToString());
}
/// <summary> 添加数值 </summary>
public void AddInstance(ValueType type, string name) {