예제 #1
0
 public Task <Guid> CreateHeadsetEffectAsync <T>(HeadsetEffect effect, T data)
     where T : struct
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Task <Guid> CreateHeadsetEffectAsync(HeadsetEffect effect)
 {
     throw new NotImplementedException();
 }