mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
5 lines
130 B
Python
5 lines
130 B
Python
import sys
|
|
|
|
def addSpawnArea(core):
|
|
core.spawnService.addLairSpawnArea('tatooine_starter', 3730, -4655, 1024, 'tatooine')
|
|
return |