refactor(game): 테스트 캐릭터 서비스 및 세션 컨트롤러 정리
This commit is contained in:
@@ -385,10 +385,7 @@ class GameSessionController extends ChangeNotifier {
|
||||
await _stopLoop(saveOnStop: false);
|
||||
|
||||
// TestCharacterService로 테스트 캐릭터 생성
|
||||
final testService = TestCharacterService(
|
||||
config: progressService.config,
|
||||
rng: _state!.rng,
|
||||
);
|
||||
final testService = TestCharacterService(rng: _state!.rng);
|
||||
|
||||
final entry = testService.createTestCharacter(_state!);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user