Add some names

This commit is contained in:
Valerie R Young 2018-12-06 17:08:24 -05:00 committed by Valerie Young
parent 26067a9287
commit 1503b0add9

View file

@ -23,6 +23,20 @@ const DirectionOptionsMenu = ['x', 'y', 'z'];
*/ */
class Scratch3GoForceBlocks { class Scratch3GoForceBlocks {
/**
* @return {string} - the name of this extension.
*/
static get EXTENSION_NAME () {
return 'Go!Force';
}
/**
* @return {string} - the ID of this extension.
*/
static get EXTENSION_ID () {
return 'goforce';
}
/** /**
* Construct a set of GoForce blocks. * Construct a set of GoForce blocks.
* @param {Runtime} runtime - the Scratch 3.0 runtime. * @param {Runtime} runtime - the Scratch 3.0 runtime.