Beispiel #1
0
        public static SimulatedControlSurface Borrow(ModuleControlSurface module, SimulatedPart part)
        {
            SimulatedControlSurface surface = pool.Borrow();

            surface.Init(module, part);
            return(surface);
        }