A full reorganization of the networking logic

While we're at it, make the packet files mostly Checkstyle clean, except for Javadocs (not very useful)
This commit is contained in:
Andrew Steinborn
2023-10-27 18:38:26 -04:00
parent 67a6d27123
commit 115ac92d5c
169 changed files with 991 additions and 944 deletions

View File

@@ -7,4 +7,6 @@ extensions.configure<CheckstyleExtension> {
maxErrors = 0
maxWarnings = 0
toolVersion = libs.checkstyle.get().version.toString()
configProperties["org.checkstyle.google.suppressionfilter.config"] =
rootProject.file("config/checkstyle/checkstyle-suppressions.xml")
}