Files
SoulliesOfficial 649b7a5ddc 更新
2026-05-23 08:27:50 -04:00

14 lines
379 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using UnityEngine;
namespace Cielonos.MainGame.Inventory.Collections
{
/// <summary>
/// 动力炉 / Power Furnace
/// 提供移动速度和能量恢复。
/// 纯属性装备MoveSpeed + EnergyRecoveryRate通过 PassiveAttributeData 和 UpgradeData 配置)。
/// </summary>
public class PowerFurnace : PassiveEquipmentBase
{
}
}