mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
9 lines
172 B
Python
9 lines
172 B
Python
from resources.common import RadialOptions
|
|
import sys
|
|
|
|
def createRadial(core, owner, target, radials):
|
|
return
|
|
|
|
def handleSelection(core, owner, target, option):
|
|
return
|
|
|