mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 03:57:13 +08:00
(client) feat:添加Tick接口及时钟控制
This commit is contained in:
9
Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs
Normal file
9
Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Cell
|
||||
{
|
||||
public interface ITickPhysics
|
||||
{
|
||||
public void TickPhysics()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user