Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / prop / buff / BuffProp.cs
@小李xl 小李xl on 4 Jul 2023 106 bytes 优化相机

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

}