250501 커밋
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using GameServer.Contents.GameMode.Manage.PlayManage;
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public interface IGameModeState
|
||||
{
|
||||
public void enter();
|
||||
public void exit();
|
||||
|
||||
|
||||
public void update();
|
||||
public GameModeState checkState();
|
||||
public GameModeState getStateType();
|
||||
}
|
||||
Reference in New Issue
Block a user