void Update() { if (!isAI()) { Inputs.HandleInputs(); } Shadows.HandleShadows(); HandleAnimations(); }