mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
8 lines
103 B
Python
8 lines
103 B
Python
|
|
def itemTemplates():
|
|
|
|
templates=['1','2','3']
|
|
return templates
|
|
|
|
def itemChances():
|
|
return [1,2,3] |