Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / shop / ShopBoss.cs
@小李xl 小李xl on 23 Mar 2024 229 bytes 制作商店中

using Godot;

/// <summary>
/// 商店老板
/// </summary>
[Tool]
public partial class ShopBoss : Role
{
    public override void OnCreateWithMark(RoomPreinstall roomPreinstall, ActivityMark activityMark)
    {
        
    }
}