// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
using Flax.Build;
///
/// https://pugixml.org/
///
public class pugixml : ThirdPartyModule
{
///
public override void Init()
{
base.Init();
LicenseType = LicenseTypes.MIT;
LicenseFilePath = "pugixml license.txt";
}
}