mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Folder rename: FFXIVClassic_Lobby_Server to FFXIV Classic Lobby Server.
This commit is contained in:
14
FFXIVClassic Lobby Server/dataobjects/Account.cs
Normal file
14
FFXIVClassic Lobby Server/dataobjects/Account.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FFXIVClassic_Lobby_Server.dataobjects
|
||||
{
|
||||
class Account
|
||||
{
|
||||
public UInt32 id;
|
||||
public string name;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user