Item give command, define panzerium as item

This commit is contained in:
crumblingstatue 2023-04-16 01:16:14 +02:00
parent 4dfb0ff7d7
commit 5f7924b696
5 changed files with 30 additions and 2 deletions

View file

@ -10,6 +10,7 @@ pub enum Cmd {
relative: bool,
},
TeleportPlayerSpawn,
GiveItemByName(String),
}
pub type CmdVec = Vec<Cmd>;