UNPKG
minecraftcommandsdk
Version:
latest (0.0.3)
0.0.22
0.0.21
0.0.3
0.0.2
0.0.1
A minecraft command sdk
github.com/brunnerlivio/minecraftcommandsdk
brunnerlivio/minecraftcommandsdk
minecraftcommandsdk
/
src
/
index.ts
3 lines
•
166 B
text/typescript
View Raw
1
2
3
import
{
SummonCommand
,
ISummonCommand
}
from
'./commands'
;
import
{
IZombie
,
Zombie
}
from
'./entities'
;
export
{
SummonCommand
,
ISummonCommand
,
IZombie
,
Zombie
};