From a876a6bc1789b7d689b542a9fda7bc373fffefba Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Tue, 22 Aug 2017 23:32:25 +0200 Subject: commented the code --- DiscoBot/Commands.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DiscoBot/Commands.cs') diff --git a/DiscoBot/Commands.cs b/DiscoBot/Commands.cs index 8e85daf..604c83a 100644 --- a/DiscoBot/Commands.cs +++ b/DiscoBot/Commands.cs @@ -12,13 +12,13 @@ namespace DiscoBot { public static class DSA { - public static Dictionary relation = new Dictionary(); - public static List chars = new List(); - public static void Startup() + public static Dictionary relation = new Dictionary(); //dictionary to match the char + public static List chars = new List(); //list of all charackters + public static void Startup() { - relation.Add("The Doctor", "Felis Exodus Schattenwald"); + relation.Add("The Doctor", "Felis Exodus Schattenwald");//Relation relation.Add("Tardis", "Numeri Illuminus"); - chars.Add(new Char(@"helden\Felis.xml")); + chars.Add(new Char(@"helden\Felis.xml")); //Savefile chars.Add(new Char(@"helden\Numeri.xml")); } -- cgit v1.2.3-54-g00ecf