250501 커밋
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GameServer.Contents.GameMode.Mode_Battle.Manage;
|
||||
|
||||
public interface IBattleMode
|
||||
{
|
||||
public Task<Result> init();
|
||||
}
|
||||
Reference in New Issue
Block a user