Add Online system base

This commit is contained in:
Wojciech Figat
2022-01-26 17:01:30 +01:00
parent 0cfb7e8cee
commit 33eb3d8540
5 changed files with 334 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public class Engine : EngineModule
options.PublicDependencies.Add("Utilities");
options.PublicDependencies.Add("Visject");
options.PublicDependencies.Add("Localization");
options.PublicDependencies.Add("Online");
// Use source folder per platform group
switch (options.Platform.Target)