This website requires JavaScript.
Explore
Help
Register
Sign In
zzdxxz
/
Gen_Hack-and-Slash-Roguelite-zzdxxz
Watch
1
Star
0
Fork
0
You've already forked Gen_Hack-and-Slash-Roguelite-zzdxxz
forked from
Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite
Code
Pull Requests
Activity
Files
f42694161762964cabe705739b45e91f28e65b26
Gen_Hack-and-Slash-Roguelit…
/
Client
/
Assets
/
Scripts
/
Interface
/
Tick
/
ITickPhysics.cs
10 lines
119 B
C#
Raw
Normal View
History
Unescape
Escape
(client) fix:修复上一个提交的编码不一致
2025-07-09 16:35:07 +08:00
namespace
Cell
(client) feat:添加Tick接口及时钟控制
2025-07-09 11:35:52 +08:00
{
public
interface
ITickPhysics
{
public
void
TickPhysics
(
)
{
}
}
}
Copy Permalink