mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-01-16 23:04:20 -05:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
function canPerform(source, target, command) {
|
|
return (Java.type("resources.combat.CombatStatus")).SUCCESS;
|
|
}
|
|
|
|
function doCombat(source, target, command) {
|
|
return 0;
|
|
}
|