Partially implemented song compression #14
This commit is contained in:
@@ -20,14 +20,8 @@ namespace Icarus.Controllers.Managers
|
||||
#region Properties
|
||||
public string SongDirectory
|
||||
{
|
||||
get
|
||||
{
|
||||
return _songDirectory;
|
||||
}
|
||||
set
|
||||
{
|
||||
_songDirectory = value;
|
||||
}
|
||||
get => _songDirectory;
|
||||
set => _songDirectory = value;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user