scroll of remove curse - NYI

This commit is contained in:
Llywelwyn 2023-08-22 08:56:06 +01:00
parent e403a6d845
commit 5a42ee283d
7 changed files with 44 additions and 18 deletions

View file

@ -442,6 +442,9 @@ pub struct SpawnParticleBurst {
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct Destructible {}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct RemovesCurse {}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct Digger {}