13 lines
313 B
C#
13 lines
313 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 光子偏振器 / Photon Polarizer
|
|||
|
|
/// Polychrome的扩展器,可以使完美格挡弹开敌人,阻止敌人的连招
|
|||
|
|
/// </summary>
|
|||
|
|
public class PhotonPolarizer : ExtenderBase
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|