Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / buff / BuffFragment.cs
@小李xl 小李xl on 18 Mar 2024 127 bytes 完成猪猪存钱罐道具

using System;

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