Beispiel #1
0
 public MusicFiles(Assets a) : base(a, MusicPath)
 {
 }
Beispiel #2
0
			public SoundFiles(Assets a)
			{
				this.a = a;
			}
Beispiel #3
0
 public SoundFiles(Assets a) : base(a, SoundPath)
 {
 }
Beispiel #4
0
 public SoundFilesBase(Assets a, string p)
 {
     this.a = a;
     this.p = p;
 }
Beispiel #5
0
			public MusicFiles(Assets a) : base(a, MusicPath)
			{
			}
Beispiel #6
0
			public SoundFiles(Assets a) : base(a, SoundPath)
			{
			}
Beispiel #7
0
			public SoundFilesBase(Assets a, string p)
			{
				this.a = a;
				this.p = p;
			}