This website requires JavaScript.
Explore
Help
Register
Sign In
Roguelite-Game-Developing-Team
/
Gen_Hack-and-Slash-Roguelite
Watch
2
Star
0
Fork
2
You've already forked Gen_Hack-and-Slash-Roguelite
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Activity
Files
c3bff1cf881b2bf47a5f446c39fd53eb88d6bedd
Gen_Hack-and-Slash-Roguelite
/
Client
/
Assets
/
Scripts
/
Data
/
BulletDef.cs
8 lines
131 B
C#
Raw
Normal View
History
Unescape
Escape
(client)feat:实现子弹定义以及生成,实现初始化动画,实现血条 (#43) Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
2025-08-19 20:22:10 +08:00
namespace
Data
{
(client) chore:Clean code
2025-08-28 16:20:24 +08:00
public
class
BulletDef
:
EntityDef
(client)feat:实现子弹定义以及生成,实现初始化动画,实现血条 (#43) Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
2025-08-19 20:22:10 +08:00
{
public
string
className
;
public
string
value
;
}
}
Reference in New Issue
Copy Permalink