no message

This commit is contained in:
2024-10-10 14:29:54 +03:00
parent d1ffab1e70
commit 61f6c63e0b
8 changed files with 38 additions and 334 deletions

View File

@@ -0,0 +1,6 @@
package Common.Passes;
public interface PassCode_ {
default String getDescription(){
return "?";
}
}