mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-26 11:19:10 +00:00
9 lines
172 B
C#
9 lines
172 B
C#
|
namespace FSO.Server.Protocol.CitySelector
|
|||
|
{
|
|||
|
public class ShardSelectorServletRequest
|
|||
|
{
|
|||
|
public string ShardName;
|
|||
|
public string AvatarID;
|
|||
|
}
|
|||
|
}
|