mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-28 23:15:47 -04:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
function getOptions(options) {
|
|
options.add(new RadialOption(RadialItem.ITEM_USE));
|
|
options.add(new RadialOption(RadialItem.EXAMINE));
|
|
}
|
|
|
|
function handleSelection(player, target, selection) {
|
|
} |