Beispiel #1
0
 /// <summary>
 /// Client is requesting the list of squares.
 /// </summary>
 /// <param name="packet"></param>
 void OnGetSquareList(PacketReader packet)
 {
     //Send( PacketGenerator.AchievementServer() );
     //Send( PacketGenerator.FriendsInfo() );
     Send(PacketGenerator.SquareList(Server.Database.GetSquareList()));
 }