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