mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +00:00
Repository, Module, Implファイル作成
This commit is contained in:
parent
78ad88206c
commit
8314f850f6
@ -0,0 +1,4 @@
|
||||
package one.nem.lacerta.data;
|
||||
|
||||
public interface LacertaLibrary {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package one.nem.lacerta.data.impl;
|
||||
|
||||
public class LacertaLibraryImpl {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package one.nem.lacerta.data.module;
|
||||
|
||||
public class LacertaLibraryModule {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user