aswi2021tri-musketyri-gitlab/Server/ServerApp/Connection/XMLProtocolHandler/Buildings.cs @ ce0940b5
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Text; |
5 |
using System.Threading.Tasks; |
6 |
|
7 |
namespace ServerApp.Connection.XMLProtocolHandler |
8 |
{
|
9 |
public class Buildings |
10 |
{
|
11 |
public static string[] buildings = new string[] { |
12 |
"FST+FEK", "FDU", "FAV", "FEL", "REK", "MENZA", "LIB", "CIV", "UNI14", |
13 |
"DOM", "HUS", "CHOD", "JUNG", "KLAT", "KOLL", "RIEG", "SADY", "SED+VEL", |
14 |
"TES", "TYL", "KARMA", "KBORY", "KLOCH", "KKLAT" }; |
15 |
}
|
16 |
}
|