This commit is contained in:
Sage The DM 2024-11-05 09:14:32 +01:00
parent 364fa45534
commit 857dfaaacf
8 changed files with 164 additions and 25 deletions

View file

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