feat: Add new feature

main
LauLau731 2025-05-14 14:07:16 +02:00
parent 8a7dfaa542
commit 7567afd251
1 changed files with 7 additions and 0 deletions

7
NewFeature.java 100644
View File

@ -0,0 +1,7 @@
public class NewFeature {
private String featurename;
public String getFeature() {
return this.featureName;
}
}