mysimulation/server/FSO.Server.Protocol/Voltron/Model/Sender.cs

9 lines
157 B
C#
Raw Permalink Normal View History

namespace FSO.Server.Protocol.Voltron.Model
{
public class Sender
{
public string AriesID;
public string MasterAccountID;
}
}