Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c4383c00

Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)

Re #8942. Started implementing admin commands.

Zobrazit rozdíly:

Server/ServerApp/User/Command.cs
6 6

  
7 7
namespace ServerApp.User
8 8
{
9
	public enum Commands
10
	{
11
		RETRAIN, ROLLBACK, DATA_LIST, NEW_DATA, HELP
12
	}
13 9

  
14 10
	public class Command
15 11
	{
12
		public string WholeCommand { get; set; }
16 13
		public string MainCommand { get; set; }
17 14
		public Dictionary<string, List<string>> FlagsAndData { get; }
18 15
		private string lastFlag;

Také k dispozici: Unified diff