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
/
core
/
ICommand.ts
8 lines
(7 loc)
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
interface
ICommand
{
/** * The generated command, which can be imported into the game */
Command
:
String
; }
export
{
ICommand
};