tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

Require returns casing is inconsistent #26

Open tyoeer opened 1 year ago

tyoeer commented 1 year ago

Require returns = what gets returned by the require()s at the top of the file, e.g. inCosistent-CASe = require("super.special.class").

Cases currently used are SCREAMING_SNAKE_CASE and PascalCase, though most of the time not in the same file.