Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / buff / BuffFragment.cs
@小李xl 小李xl on 22 Mar 2024 112 bytes 道具逻辑片段更新参数描述

/// <summary>
/// 被动属性逻辑基类
/// </summary>
public abstract class BuffFragment : PropFragment
{
}