Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / prop / buff / BuffProp.cs
@小李xl 小李xl on 4 Jul 2023 106 bytes 优化相机
  1.  
  2. /// <summary>
  3. /// 被动增益道具
  4. /// </summary>
  5. public abstract partial class BuffProp : Prop
  6. {
  7.  
  8. }