This commit is contained in:
sageTheDM 2024-11-23 22:30:08 +01:00
parent 1716f0fb17
commit f7468774f7
20 changed files with 721 additions and 132 deletions

View file

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