diff options
Diffstat (limited to 'DSACore/Audio/Sound.cs')
-rw-r--r-- | DSACore/Audio/Sound.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DSACore/Audio/Sound.cs b/DSACore/Audio/Sound.cs index d259850..aee3060 100644 --- a/DSACore/Audio/Sound.cs +++ b/DSACore/Audio/Sound.cs @@ -4,9 +4,9 @@ { 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; } @@ -15,4 +15,4 @@ public int Volume { get; } } -} +}
\ No newline at end of file |