Exemplo n.º 1
0
 internal SoundValues()
 {
     Type = new Value.Enum<ParamaterType>(ParamaterType.None);
     None = new NoneParamater();
     Sound = new SoundParamater();
 }
Exemplo n.º 2
0
 internal SoundValues(Value.Path basepath)
 {
     Type  = new Value.Enum <ParamaterType>(ParamaterType.None);
     None  = new NoneParamater();
     Sound = new SoundParamater(basepath);
 }
Exemplo n.º 3
0
 internal SoundValues()
 {
     Type  = new Value.Enum <ParamaterType>(ParamaterType.None);
     None  = new NoneParamater();
     Sound = new SoundParamater();
 }