Exemple #1
0
 private SoundIDAllocator(IDAllocatorType allocType)
 {
     m_allocType = allocType;
 }
Exemple #2
0
 public IDAllocator(IDAllocatorType allocType)
 {
     m_allocType = allocType;
 }