feat: state
Some checks failed
ci/woodpecker/push/lib Pipeline failed

This commit is contained in:
Strix 2024-01-04 19:36:23 +01:00
parent f60e444c68
commit f17bd20516
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
3 changed files with 36 additions and 4 deletions

View file

@ -6,7 +6,4 @@ pub struct Property {
pub descriptive: bool,
pub name: String,
pub data: DataType
}
impl Property {
}