mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
7 lines
120 B
Python
7 lines
120 B
Python
import sys
|
|
|
|
def addSpawnArea(core):
|
|
core.spawnService.addLairSpawnArea('naboo_starter', 1685, 2620, 1360, 'naboo')
|
|
|
|
|