2018-09-16 01:37:48 -05:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
2018-10-30 18:29:54 -05:00
|
|
|
|
using System.Xml.Serialization;
|
2018-09-16 01:37:48 -05:00
|
|
|
|
|
2018-10-28 22:42:47 -05:00
|
|
|
|
namespace RhythmBullet.Zer01HD.Utilities.Persistence
|
2018-09-16 01:37:48 -05:00
|
|
|
|
{
|
2018-10-30 18:29:54 -05:00
|
|
|
|
public class Preferences
|
2018-09-16 01:37:48 -05:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|