mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
- Content devs can now add lairCRC vectors and bosses - The boss spawns will only work after the invasion commit because then lairs will get health bars and the lair will spawn more waves
12 lines
193 B
Python
12 lines
193 B
Python
from resources.common import RadialOptions
|
|
import sys
|
|
|
|
def createRadial(core, owner, target, radials):
|
|
radials.clear()
|
|
|
|
return
|
|
|
|
def handleSelection(core, owner, target, option):
|
|
return
|
|
|
|
|