Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / buff / BuffFragment.cs
@小李xl 小李xl on 22 Mar 2024 112 bytes 道具逻辑片段更新参数描述
  1.  
  2. /// <summary>
  3. /// 被动属性逻辑基类
  4. /// </summary>
  5. public abstract class BuffFragment : PropFragment
  6. {
  7. }