mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 01:01:22 +00:00
9 lines
157 B
C#
9 lines
157 B
C#
|
namespace FSO.Server.Protocol.Voltron.Model
|
|||
|
{
|
|||
|
public class Sender
|
|||
|
{
|
|||
|
public string AriesID;
|
|||
|
public string MasterAccountID;
|
|||
|
}
|
|||
|
}
|