Пример #1
0
 public Init(
     TagPrefab <ErrorsInYourFace> prefab,
     int queueSize = DEFAULT_QUEUE_SIZE,
     IImmutableSet <LogType> handledTypes = null
     ) : this(prefab.instantiate(), queueSize, handledTypes)
 {
 }