mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
- Added a way to obtain a pet without BEing - Attempted to figure out how to bring up the pet tool bar
12 lines
187 B
Python
12 lines
187 B
Python
from resources.common import RadialOptions
|
|
import sys
|
|
|
|
def createRadial(core, owner, target, radials):
|
|
radials.clear()
|
|
|
|
return
|
|
|
|
def handleSelection(core, owner, target, option):
|
|
|
|
|
|
|