Files
Cielonos/Assets/Scripts/MainGame/Items/Extenders/Polychrome/PhotonDissociator.cs
SoulliesOfficial 72756712f7 UI调整
2026-05-27 15:15:28 -04:00

13 lines
315 B
C#
Raw 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 Dissociator
/// Polychrome的扩展器重攻击拆分为3段每段伤害为原来的50%。
/// </summary>
public class PhotonDissociator : ExtenderBase
{
}
}