装备系统完结,修复并加入很多

This commit is contained in:
FloatGaming
2026-04-03 19:15:02 +08:00
parent 538085b64f
commit d9376833b6
378 changed files with 62464 additions and 16756 deletions
@@ -26,6 +26,7 @@ public class notebook_faterType : ScriptableObject
public int class_id;
public string class_name;
public Sprite class_image;
public ItemRarity itemRarity = ItemRarity.Rare;
[TextArea(3, 5)] public string class_description;
[System.Serializable]