public class RoleApplyInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MultiUser.Role |
role
The role want to apply for
|
int |
seatIndex
The seat index want to apply for
|
java.lang.String |
userID
The user ID
|
Constructor and Description |
---|
RoleApplyInfo(java.lang.String userID,
MultiUser.Role role,
int seatIndex) |
public java.lang.String userID
public MultiUser.Role role
public int seatIndex
public RoleApplyInfo(java.lang.String userID, MultiUser.Role role, int seatIndex)