Ejemplo n.º 1
0
 private SoundIDAllocator(IDAllocatorType allocType)
 {
     m_allocType = allocType;
 }
Ejemplo n.º 2
0
 public IDAllocator(IDAllocatorType allocType)
 {
     m_allocType = allocType;
 }