forked from 2ndbeam/evolution-rs
Removed property::plugin in favor of mod plugins in lib
This commit is contained in:
parent
222bc498f1
commit
5f09cd7bb9
4 changed files with 12 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ pub mod card;
|
|||
pub mod hand;
|
||||
pub mod animal;
|
||||
pub mod properties;
|
||||
pub mod plugins;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct JustUpdated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue