GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
DungeonShooting
Transfer to URL with SHA
Find file
Newer
Older
tree:
4ff5c71900
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
game
/
buff
/ BuffFragment.cs
小李xl
on 22 Mar 2024
112 bytes
道具逻辑片段更新参数描述
Raw
Blame
History
/// <summary>
/// 被动属性逻辑基类
/// </summary>
public
abstract
class
BuffFragment
:
PropFragment
{
}