10 lines
205 B
C#
10 lines
205 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|
{
|
|
public class SpatialWarpCaliper : PassiveEquipmentBase
|
|
{
|
|
//增加 (10% + 等级 * 1%) 的攻击射程/范围
|
|
}
|
|
}
|