1
0
Fork 0

Removed property::plugin in favor of mod plugins in lib

This commit is contained in:
Rendo 2025-02-18 00:35:40 +05:00
commit 5f09cd7bb9
4 changed files with 12 additions and 3 deletions

View file

@ -12,6 +12,7 @@ pub mod card;
pub mod hand;
pub mod animal;
pub mod properties;
pub mod plugins;
#[derive(Component)]
pub struct JustUpdated;