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
/
entities
/
index.ts
3 lines
(2 loc)
•
74 B
text/typescript
View Raw
1
2
3
import
{
Zombie
,
IZombie
}
from
'./Zombie'
;
export
{
Zombie
,
IZombie
};