add comment

main
hut 2024-04-23 17:45:40 +02:00
parent e7df73d4fc
commit 73410efc09
1 changed files with 2 additions and 0 deletions

View File

@ -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::*;