public void InitCpu() { if (cpu != null) { return; } cpu = new CPU(this, "ksp"); cpu.AttachVolume(HardDisk); cpu.Boot(); }
public void InitCpu() { if (cpu != null) return; cpu = new CPU(this, "ksp"); cpu.AttachVolume(HardDisk); cpu.Boot(); }