mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
6 lines
107 B
Python
6 lines
107 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setAttachment('radial_filename', 'cloning_terminal')
|
|
return
|
|
|