14 lines
250 B
C#
Raw Normal View History

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-10-28 22:42:47 -05:00
namespace RhythmBullet.Zer01HD.Utilities.Persistence
{
2018-10-30 18:29:54 -05:00
public class Preferences
{
}
}