Пример #1
0
 public ErrorCollector(MuteSoundsUI parent)
 {
     this.parent = parent;
     printString = "";
 }
Пример #2
0
 public SoundKitEntryParser(MuteSoundsUI parent)
 {
     this.parent = parent;
 }
Пример #3
0
 public LuaWriter(MuteSoundsUI parent)
 {
     this.parent = parent;
 }
Пример #4
0
 public TargetSoundFileParser(MuteSoundsUI parent)
 {
     this.parent = parent;
 }