mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 12:25:02 +01:00
Item give command, define panzerium as item
This commit is contained in:
parent
4dfb0ff7d7
commit
5f7924b696
5 changed files with 30 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ pub enum Cmd {
|
|||
relative: bool,
|
||||
},
|
||||
TeleportPlayerSpawn,
|
||||
GiveItemByName(String),
|
||||
}
|
||||
|
||||
pub type CmdVec = Vec<Cmd>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue