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
Activity
Files
35924f3695c1fd674a8fff8009c35694124ee340
Gen_Hack-and-Slash-Roguelite
/
Client
/
Assets
/
Scripts
/
Entity
/
Monster.cs
9 lines
75 B
C#
Raw
Normal View
History
Unescape
Escape
(client) feat:添加数据序列化相关代码 (#37) Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
2025-07-16 13:05:04 +08:00
namespace
Entity
{
(client) feat:实现血条显示,实现攻击交互,添加碰撞体;fix:修复部分朝向贴图加载失败的问题;chore:规范工作类和行为获取类命名
2025-08-13 22:53:57 +08:00
public
class
Monster
:
Entity
(client) feat:添加数据序列化相关代码 (#37) Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
2025-07-16 13:05:04 +08:00
{
(client) feat:实现血条显示,实现攻击交互,添加碰撞体;fix:修复部分朝向贴图加载失败的问题;chore:规范工作类和行为获取类命名
2025-08-13 22:53:57 +08:00
(client) feat:添加数据序列化相关代码 (#37) Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
2025-07-16 13:05:04 +08:00
}
}
Reference in New Issue
Copy Permalink