void Update() { if (this == PlayerList[PlayerBingUsed]) { if (CurrentConstruct != null) { if (CurrentConstruct.Main()) { CurrentConstruct.ReConfigure(); } else { ChangingConfigureation = false; Menu.MainLoop(); CurrentConstruct.Controlles(); } } } }
void Update() { Test.Controlles(); }