From 73410efc09dbf867f6479dc50c13969f35302001 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 23 Apr 2024 17:45:40 +0200 Subject: [PATCH] add comment --- src/actor.rs | 2 ++ 1 file changed, 2 insertions(+) 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::*;