public void Update() { if (animationModule != null) { animationModule.Update(); } }
public void Update() => animationModule?.Update();