mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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…
Reference in New Issue
Block a user