Example #1
0
 public void SetInfo(CarRoleInfo UserInfo, Byte GameSum)
 {
     this.UserInfo = UserInfo;
     this.GameSum  = GameSum;
 }
Example #2
0
 public tagCarBeLeaveVipSeatEvent(CarRoleInfo DestRoleInfo)
     : base(MsgEventType.MET_Car_BeLeaveVip)
 {
     this.DestRoleInfo = DestRoleInfo;
 }
Example #3
0
 public Byte GameSum;         //已经进行的游戏盘数
 public CarBankerUserInfo()
 {
     UserInfo = new CarRoleInfo();
     GameSum  = 0;
 }