// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved. using System.Collections.Generic; using Flax.Build; /// /// Engine tests module. /// public class Tests : EngineModule { /// public Tests() { Deploy = false; } /// public override void GetFilesToDeploy(List files) { } }