9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

chore: add TypeCosmetic-initializer with id-argument for extending class

This commit is contained in:
Boy
2023-12-20 02:47:33 +01:00
parent 88691956ba
commit be4f1d6675

View File

@@ -29,6 +29,10 @@ import java.util.List;
public class TypeCosmetic extends Type {
public TypeCosmetic(String id) {
super(id);
}
public TypeCosmetic() {
super("cosmetic");
}