6 Zeilen
99 B
Java
6 Zeilen
99 B
Java
|
package de.steamwar.bausystem.shared;
|
||
|
|
||
|
public interface EnumDisplay {
|
||
|
String getChatValue();
|
||
|
}
|