mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00
11 lines
154 B
C#
11 lines
154 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace FFXIVClassic_Lobby_Server.dataobjects
|
|||
|
{
|
|||
|
class Account
|
|||
|
{
|
|||
|
public UInt32 id;
|
|||
|
public string name;
|
|||
|
}
|
|||
|
}
|