add comment
This commit is contained in:
parent
e7df73d4fc
commit
73410efc09
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue