Пример #1
0
 internal SoundValues()
 {
     Type = new Value.Enum<ParamaterType>(ParamaterType.None);
     None = new NoneParamater();
     Sound = new SoundParamater();
 }
Пример #2
0
 internal SoundValues(Value.Path basepath)
 {
     Type  = new Value.Enum <ParamaterType>(ParamaterType.None);
     None  = new NoneParamater();
     Sound = new SoundParamater(basepath);
 }
Пример #3
0
 internal SoundValues()
 {
     Type  = new Value.Enum <ParamaterType>(ParamaterType.None);
     None  = new NoneParamater();
     Sound = new SoundParamater();
 }