added encounter system

This commit is contained in:
Sebastian Bularca
2026-04-19 12:46:44 +02:00
parent c1b5d0e9e0
commit 8861bdc5eb
94 changed files with 2581 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ namespace Jovian.ZoneSystem.Editor {
}
}
[MenuItem("Window/Zone System/Zone Editor")]
[MenuItem("Jovian/Zone System/Zone Editor")]
public static void Open() {
GetWindow<ZoneEditorWindow>("Zone Editor");
}