UNPKG
@nebulaglitch/shopbot
Version:
latest (0.0.2)
0.0.2
0.0.1
A library to generate shopbot output
github.com/CrimsonBastille/shopbot
CrimsonBastille/shopbot
@nebulaglitch/shopbot
/
dist
/
commands
/
zeroa.js
11 lines
(8 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Command
from
'../command.js'
;
class
ZeroA
extends
Command
{
constructor
(
distance
){
super
(
'ZA'
); } }
export
{
ZeroA
as
default
};
//# sourceMappingURL=zeroa.js.map