Files
SoulliesOfficial 72756712f7 UI调整
2026-05-27 15:15:28 -04:00

13 lines
313 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>
/// 光子偏振器 / Photon Polarizer
/// Polychrome的扩展器可以使完美格挡弹开敌人阻止敌人的连招
/// </summary>
public class PhotonPolarizer : ExtenderBase
{
}
}