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 345c986..40faa2d 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -183,6 +183,7 @@ components!( Loot (loot: LootList); Grow (into: Template, delay: Int, target_time: SomeTime); Equipment () {panic!("equipment from parameters not implemented")}; + CreationTime (time: Int) {CreationTime{time: Timestamp(time)}}; ); |
