Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / prop / buff / Buff.cs
@lijincheng lijincheng on 1 Jul 2023 102 bytes 主动道具接口

/// <summary>
/// 被动增益道具
/// </summary>
public abstract partial class Buff : Prop
{

}