Add support for using ThirdPartyModule in game/project scripting
This commit is contained in:
@@ -14,5 +14,8 @@ public class meshoptimizer : ThirdPartyModule
|
||||
|
||||
LicenseType = LicenseTypes.MIT;
|
||||
LicenseFilePath = "LICENSE.md";
|
||||
|
||||
// Merge third-party modules into engine binary
|
||||
BinaryModuleName = "FlaxEngine";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user