create StringIdentifiable

This commit is contained in:
dfsek
2021-07-22 18:37:59 -07:00
parent 55030450b5
commit 696ee07c33

View File

@@ -0,0 +1,5 @@
package com.dfsek.terra.api;
public interface StringIdentifiable {
String getID();
}