mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
8 lines
164 B
Python
8 lines
164 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
core.buffService.addGroupBuff(actor, 'me_buff_melee_gb_1')
|
|
return |