This commit is contained in:
summetdev
2020-10-27 22:08:53 +03:00
parent a3abadd8c2
commit 2918a0ea86
40 changed files with 40 additions and 40 deletions

View File

@@ -21,4 +21,4 @@ public enum DataType{
DataType(Color color){
this.color = color;
}
}
}

View File

@@ -15,4 +15,4 @@ public enum LCategory{
LCategory(Color color){
this.color = color;
}
}
}