Files
Cielonos/Assets/Scripts/MainGame/Items/PassiveEquipments/SpatialWarpCaliper.cs

10 lines
205 B
C#
Raw Normal View History

2026-04-18 13:57:19 -04:00
using UnityEngine;
2026-05-23 08:27:50 -04:00
namespace Cielonos.MainGame.Inventory.Collections
2026-04-18 13:57:19 -04:00
{
public class SpatialWarpCaliper : PassiveEquipmentBase
{
2026-05-23 08:27:50 -04:00
//增加 (10% + 等级 * 1%) 的攻击射程/范围
2026-04-18 13:57:19 -04:00
}
}