From ef380a03bcb43f5811977020d336a25c96141d35 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 5 Dec 2019 00:07:20 +0100 Subject: [PATCH] Copied DC code over, converted project, fixes --- GCDC/.gitignore | 1 + GCDC/GCDC.csproj | 16 +++--- GCDC/Properties/AssemblyInfo.cs | 8 +-- GCDC/TextBlockUpdateEngine.cs | 89 ++++++++++++++++++++++++++++++++- 4 files changed, 97 insertions(+), 17 deletions(-) create mode 100644 GCDC/.gitignore diff --git a/GCDC/.gitignore b/GCDC/.gitignore new file mode 100644 index 0000000..6415016 --- /dev/null +++ b/GCDC/.gitignore @@ -0,0 +1 @@ +ref diff --git a/GCDC/GCDC.csproj b/GCDC/GCDC.csproj index 5a4785a..c726feb 100644 --- a/GCDC/GCDC.csproj +++ b/GCDC/GCDC.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties GCDC GCDC - v4.7.2 + netstandard20 512 @@ -44,6 +44,9 @@ IllusionPlugin.dll + + ref\Newtonsoft.Json.dll + ref\Robocraft.MainGame.AutoEnterSimulation.dll @@ -202,19 +205,14 @@ ref\uREPL.dll - - - - - - + + -