recrownedgtk/RecrownedAthenaeum/Persistence/Preferences.cs

14 lines
242 B
C#
Raw Normal View History

2018-11-30 02:19:08 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
2018-11-30 02:19:08 +00:00
namespace RecrownedAthenaeum.Persistence
2018-11-30 02:19:08 +00:00
{
public interface Preferences
2018-11-30 02:19:08 +00:00
{
}
}