chore(model): Model_monster-43 을 Models/Monsters/ 로 재배치 #29

Merged
gahusb merged 1 commits from chore/relocate-monster-model into main 2026-06-10 21:01:49 +09:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e241382d09 - Show all commits

View File

@@ -9,7 +9,7 @@ const mapFiles = Array.from({ length: 11 }, (_, i) => `map/map${String(i + 1).pa
const modelFiles = [
'Global/MoveMonster.model',
'Global/ChaseMonster.model',
'RootDesk/MyDesk/Model_monster-43.model',
'RootDesk/MyDesk/Models/Monsters/Model_monster-43.model',
];
function isMonster(entity) {