mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
create StringIdentifiable
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.dfsek.terra.api;
|
||||
|
||||
public interface StringIdentifiable {
|
||||
String getID();
|
||||
}
|
||||
Reference in New Issue
Block a user