Files
Holocore/scripts/commands/generic/cmdBroadcastGalaxy.js
T

3 lines
112 B
JavaScript

function executeCommand(galacticManager, player, target, args) {
intentFactory.broadcastGalaxy(args, player);
}