From 497a9eded3b785f7f96732c447943cc8bbad284b Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Tue, 17 Jul 2018 21:18:59 +0200 Subject: Added object oriented dice resolving --- DiscoBot/DSA_Game/Dsa.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'DiscoBot/DSA_Game') diff --git a/DiscoBot/DSA_Game/Dsa.cs b/DiscoBot/DSA_Game/Dsa.cs index 09e874d..139ad91 100644 --- a/DiscoBot/DSA_Game/Dsa.cs +++ b/DiscoBot/DSA_Game/Dsa.cs @@ -44,6 +44,7 @@ public static void Startup() { + //new DiscoBot.Auxiliary.Calculator.StringSolver("1d100 - (1d200 + 1) * -50000").Solve(); /*Session = new Session();*/ // relation.Add("Papo", "Pump aus der Gosse"); foreach (var filename in Directory.GetFiles("helden", "*.xml")) -- cgit v1.2.3-54-g00ecf