长音符再修复 加入了关卡连接 优化了一些默认加载
This commit is contained in:
@@ -3,7 +3,7 @@ using UnityEngine;
|
||||
[CreateAssetMenu(fileName = "NewBossData", menuName = "SO_Data/BossData")]
|
||||
public class BossData_SO : EnemyData_SO
|
||||
{
|
||||
[Header("boss特有信息")]
|
||||
[Tooltip("最大法力值")]
|
||||
public int enemy_maxMana;
|
||||
[Header("Boss extra info")]
|
||||
[Tooltip("Additional boss-specific data can be added here. enemy_maxMana is already defined on EnemyData_SO, so do not re-declare it to avoid serialization conflicts.")]
|
||||
public int bossExtraPlaceholder = 0;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using UnityEngine;
|
||||
using Steamworks;
|
||||
|
||||
[CreateAssetMenu(fileName = "PlayerDefaultSO", menuName = "SO_Data/PlayerSO")]
|
||||
public class Player_SO : ScriptableObject
|
||||
|
||||
Reference in New Issue
Block a user