mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-05 23:38:36 +08:00
8 lines
91 B
C#
8 lines
91 B
C#
namespace Mhf.Server.Model
|
|
{
|
|
public enum DatabaseType
|
|
{
|
|
SQLite,
|
|
}
|
|
}
|