Files
Cielonos/Assets/Scripts/MainGame/Items/Extenders/FutureWand/MissileSeparationMembrane.cs
SoulliesOfficial b5cb6152ff MusicBeat
2026-05-26 00:21:27 -04:00

13 lines
355 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>
/// 飞弹分离膜 / Missile Separation Membrane
/// FutureWand的扩展器使轻攻击的飞弹在击中敌人后分离一次飞向附近的敌人。
/// </summary>
public class MissileSeparationMembrane : ExtenderBase
{
}
}