From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DiscoBot/Audio/Sound.cs | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'DiscoBot/Audio/Sound.cs') diff --git a/DiscoBot/Audio/Sound.cs b/DiscoBot/Audio/Sound.cs index a9a2768..85023c8 100644 --- a/DiscoBot/Audio/Sound.cs +++ b/DiscoBot/Audio/Sound.cs @@ -1,18 +1,12 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace DiscoBot.Audio +namespace DiscoBot.Audio { public class Sound { public Sound(string name, string url, int volume) { - this.Name = name; - this.Url = url; - this.Volume = volume; + Name = name; + Url = url; + Volume = volume; } public string Name { get; } @@ -21,4 +15,4 @@ namespace DiscoBot.Audio public int Volume { get; } } -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2