14 lines
334 B
C#
14 lines
334 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 光子加速器 / Photon Accelerator
|
|||
|
|
/// Polychrome的扩展器,让所有轻攻击(Attack-L)的“StartUp”Interval,加速1.5倍。
|
|||
|
|
/// </summary>
|
|||
|
|
public class PhotonAccelerator : ExtenderBase
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|