Logger作成

This commit is contained in:
r-ca 2023-12-16 14:13:12 +09:00
parent f6e6b91213
commit d1402ad91b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils;
public interface LacertaLogger {
}