Updating test files for new protocol version.
This commit is contained in:
@@ -118,6 +118,12 @@ import org.bn.types.*;
|
||||
|
||||
private String password = null;
|
||||
|
||||
@ASN1Boolean( name = "" )
|
||||
|
||||
@ASN1Element ( name = "autoLeave", isOptional = false , hasTag = false , hasDefaultValue = false )
|
||||
|
||||
private Boolean autoLeave = null;
|
||||
|
||||
|
||||
|
||||
public JoinGameActionChoiceType getJoinGameAction () {
|
||||
@@ -147,6 +153,18 @@ import org.bn.types.*;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public Boolean getAutoLeave () {
|
||||
return this.autoLeave;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void setAutoLeave (Boolean value) {
|
||||
this.autoLeave = value;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public void initWithDefaults() {
|
||||
|
||||
Reference in New Issue
Block a user