Parse map models and validate them #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "parse-map-models"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The enhancements:
THIS IS AWESOME
@ -89,0 +166,4 @@
errors.push(`The root part of your model is a \`${root.ClassName}\`, it needs to be a \`Model\` instead.`);
}
else {
if ((game === "bhop" || game === "surf") && !root.Name.startsWith(game + "_")) {
This is not modular!