Add Effects

This commit is contained in:
Alexander Medvedev
2025-02-22 14:17:06 +01:00
parent 0fb1b76ea7
commit 995edfb3c2
59 changed files with 796 additions and 396 deletions

View File

@@ -32,6 +32,7 @@ use tokio::sync::RwLock;
use crate::world::World;
pub mod ai;
pub mod effect;
pub mod hunger;
pub mod item;
pub mod living;