Dieser Commit ist enthalten in:
Ursprung
4706c1525c
Commit
746ae701d8
@ -55,9 +55,8 @@ public class Event {
|
|||||||
@Getter
|
@Getter
|
||||||
@Field
|
@Field
|
||||||
private final int maximumTeamMembers;
|
private final int maximumTeamMembers;
|
||||||
@Getter
|
|
||||||
@Field(nullable = true)
|
@Field(nullable = true)
|
||||||
private final SchematicType schematicType;
|
private final SchematicType schemType;
|
||||||
@Field
|
@Field
|
||||||
private final boolean publicSchemsOnly;
|
private final boolean publicSchemsOnly;
|
||||||
@Field
|
@Field
|
||||||
@ -69,4 +68,8 @@ public class Event {
|
|||||||
public boolean spectateSystem(){
|
public boolean spectateSystem(){
|
||||||
return spectateSystem;
|
return spectateSystem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public SchematicType getSchematicType() {
|
||||||
|
return schemType;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren