fix: 메인 턴 반복 범위를 12턴으로 복원한다
This commit is contained in:
@@ -153,6 +153,7 @@ onUnmounted(() => {
|
||||
:map-layout="props.mapLayout"
|
||||
:autonomous-until="autonomousUntil"
|
||||
:mobile="props.mobile"
|
||||
:max-push-turn="12"
|
||||
@reserve-bulk="emit('set-general-turns', $event)"
|
||||
@shift="emit('shift-general-turns', $event)"
|
||||
@repeat="emit('repeat-general-turns', $event)"
|
||||
|
||||
Reference in New Issue
Block a user