Initial WIP of the Modern Editor Layout

This commit is contained in:
Areloch 2018-12-08 12:50:31 -06:00
parent 87efea9683
commit 81dcac1190
63 changed files with 1082 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<ModuleDefinition
ModuleId="ToolsModule"
VersionId="1"
Description="Module that implements the tools and editor suite."
ScriptFile="Tools.cs"
CreateFunction="onCreate"
DestroyFunction="onDestroy"
Group="Tools"/>