mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace Arrowgene.Ddon.Database.Model
|
|
{
|
|
public enum ConnectionType
|
|
{
|
|
LoginServer,
|
|
GameServer,
|
|
}
|
|
}
|