Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / prop / Prop.cs
@小李xl 小李xl on 26 Jun 2023 110 bytes 移速道具

/// <summary>
/// 道具基类
/// </summary>
public abstract partial class Prop : ActivityObject
{
    
}