Esempio n. 1
0
            public void Refresh(OutputPanel _lcds, IMyShipController _sc = null)
            {
                sc   = _sc ?? Pgm.GetShipController(MultiMix_UsedBlocks);
                lcds = _lcds;

                lcds.SetFont("Monospace", 1.25f);
                lcds.SetAlign(2);
            }