fix: changed custom content type to HashMap<String, Object>
This commit is contained in:
parent
5a667ea860
commit
cdf9c342ef
@ -1,7 +1,9 @@
|
|||||||
package uulm.teamname.marvelous.gamelibrary.events;
|
package uulm.teamname.marvelous.gamelibrary.events;
|
||||||
|
|
||||||
|
import java.util.HashMap;
|
||||||
|
|
||||||
/** Represents a custom event ({@link EventType#CustomEvent}). */
|
/** Represents a custom event ({@link EventType#CustomEvent}). */
|
||||||
public class CustomEvent extends Event {
|
public class CustomEvent extends Event {
|
||||||
public String teamIdentifier;
|
public String teamIdentifier;
|
||||||
public Object customContent;
|
public HashMap<String, Object> customContent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user