8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
export default {
|
|
moveUp: {type: 'float32'},
|
|
moveRight: {type: 'float32'},
|
|
moveDown: {type: 'float32'},
|
|
moveLeft: {type: 'float32'},
|
|
changeSlot: {type: 'int8'},
|
|
};
|