move clientside gated parts of control to the client (#70)

This commit is contained in:
PROMETHIA-27
2025-10-08 18:54:39 -04:00
committed by GitHub
parent 8f24f4e03a
commit 11684b80a9
8 changed files with 104 additions and 115 deletions

View File

@@ -12,9 +12,8 @@ use crate::{
cash::CashResource,
character::{self, AnimatedCharacter},
control::{
ControlState,
ControlState, ControllerSettings,
controller_common::{MovementSpeedFactor, PlayerCharacterController},
controls::ControllerSettings,
},
cutscene::StartCutscene,
global_observer,