diff options
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index e1389c4..7a3d946 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -137,6 +137,7 @@ components!( Faction (faction: String) {Faction::from_str(faction.as_str())?}; Interactable (action: String) {Interactable::from_str(action.as_str())?}; Loot (loot: LootList) {Loot{loot}}; + Grow (delay: Int, into: Template) {Grow{delay, into, target_time: None}}; ); |
