Full commit

This commit is contained in:
Sage The DM 2024-10-24 11:05:15 +02:00
parent f085d34d83
commit f3b770e972
14 changed files with 163 additions and 0 deletions

View file

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