Smaller task & refactoring co2

This commit is contained in:
Sage The DM 2024-11-06 15:41:49 +01:00
parent e45d52037f
commit 1464df11cf
29 changed files with 683 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}