using System.Collections.Generic; using System.IO; using Flax.Build; /// /// https://github.com/redorav/ddspp /// public class ddspp : HeaderOnlyModule { /// public override void Init() { base.Init(); LicenseType = LicenseTypes.MIT; LicenseFilePath = "LICENSE.txt"; } }