mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
15 lines
414 B
Python
15 lines
414 B
Python
|
|
import sys
|
|
from resources.datatables import Options
|
|
from resources.datatables import StateStatus
|
|
|
|
def addPlanetSpawns(core, planet):
|
|
########################################################
|
|
# DO NOT ADD ANYTHING ELSE TO THIS SCRIPT, PLEASE USE THE
|
|
# SUBFOLDERS FOR EACH PLANET AND CREATE NEW SCRIPTS FOR
|
|
# EACH AREA OF A PLANET. - LEVARRIS
|
|
########################################################
|
|
|
|
|
|
return
|