This commit is contained in:
CortexCore
2025-03-10 22:42:42 +08:00
parent ad7065fa02
commit d83387500d
16 changed files with 233 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ namespace Net.Like.Xue.Tokyo.UX
{
private readonly IGameMapService _gameMapService;
private readonly IEntitiesService _entitiesService;
public UXLevel(IUXService uxService, IGameMapService gameMapService, IEntitiesService entitiesService) : base(uxService)
{
_gameMapService = gameMapService;