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