Exemple #1
0
 public MemoryAllocator(Xbox box) => Box = box;
Exemple #2
0
 public ThreadManager(Xbox box)
 {
     Box = box;
     Cpu = Box.Cpu;
 }