diff --git a/src/actor.rs b/src/actor.rs index 8dfcd31..174debd 100644 --- a/src/actor.rs +++ b/src/actor.rs @@ -11,6 +11,8 @@ // This module manages the internal states of individual characters, // such as their resources, the damage they receive, and interactions // between characters and with vehicles. It also handles cheats. +// +// This module should never handle any visual aspects directly. use bevy::prelude::*; use bevy_xpbd_3d::prelude::*;