From 2a13ab3c565937154ea94c3aac92926bafd1db20 Mon Sep 17 00:00:00 2001 From: BastinJafari Date: Wed, 25 Dec 2019 22:56:58 +0100 Subject: [PATCH] Update GOALS.md (#66) Added a short summary to make difference to other emulators clear --- GOALS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GOALS.md b/GOALS.md index c70e89d09..281413e3b 100644 --- a/GOALS.md +++ b/GOALS.md @@ -1,5 +1,8 @@ # GOALS +The goal of ModernUO is a complete rewrite of RunUO that focuses on performance. +Some of the many high level goals include: + ### Architecture - [x] Upgrade Server/Scripts to target .NET Core 3 - [X] Upgrade the code to use C# 8 standards