mirror of
https://bitbucket.org/projectswg/holocore.git
synced 2026-08-02 02:15:51 -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) {
|
|
} |