Files
Holocore/scripts/commands/generic/cmdStopDance.groovy
T
2017-05-11 13:57:38 -04:00

8 lines
291 B
Groovy

import intents.DanceIntent
import resources.objects.SWGObject
import resources.player.Player
import services.galaxy.GalacticManager
static def execute(GalacticManager galacticManager, Player player, SWGObject target, String args) {
new DanceIntent(player.getCreatureObject()).broadcast()
}