forked from 2ndbeam/evolution-rs
Removed unnecessary supertraits
This commit is contained in:
parent
b01b15ee09
commit
8c1e0bc703
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use bevy::prelude::Component;
|
|||
// Интересно, будет ли участвовать в моддинге
|
||||
|
||||
#[bevy_trait_query::queryable]
|
||||
pub trait Property: Sync + Send {
|
||||
pub trait Property{
|
||||
fn check_condition(self : &Self) -> bool;
|
||||
fn trigger(self : &Self);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue