STEINER Class

This commit is contained in:
sageTheDM 2025-01-10 10:42:07 +01:00
parent 7663a81750
commit c3e1ef7e07
20 changed files with 66 additions and 0 deletions

View file

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