enum class | LeanCloud.Play.Protocol.OpType {
LeanCloud.Play.Protocol.None = 0
, LeanCloud.Play.Protocol.Open = 1
, LeanCloud.Play.Protocol.Opened = 2
, LeanCloud.Play.Protocol.Close = 3
,
LeanCloud.Play.Protocol.Closed = 4
, LeanCloud.Play.Protocol.Start = 30
, LeanCloud.Play.Protocol.Started = 31
, LeanCloud.Play.Protocol.AddRandom = 32
,
LeanCloud.Play.Protocol.RandomAdded = 33
, LeanCloud.Play.Protocol.MatchRandom = 34
, LeanCloud.Play.Protocol.RandomMatched = 35
, LeanCloud.Play.Protocol.Add = 36
,
LeanCloud.Play.Protocol.Added = 37
, LeanCloud.Play.Protocol.MembersJoined = 38
, LeanCloud.Play.Protocol.MembersOnline = 39
, LeanCloud.Play.Protocol.Remove = 40
,
LeanCloud.Play.Protocol.Removed = 41
, LeanCloud.Play.Protocol.MembersLeft = 42
, LeanCloud.Play.Protocol.MembersOffline = 43
, LeanCloud.Play.Protocol.UpdateMasterClient = 44
,
LeanCloud.Play.Protocol.MasterClientUpdated = 45
, LeanCloud.Play.Protocol.MasterClientChanged = 46
, LeanCloud.Play.Protocol.Update = 47
, LeanCloud.Play.Protocol.Updated = 48
,
LeanCloud.Play.Protocol.UpdatedNotify = 49
, LeanCloud.Play.Protocol.UpdateSystemProperty = 50
, LeanCloud.Play.Protocol.SystemPropertyUpdated = 51
, LeanCloud.Play.Protocol.SystemPropertyUpdatedNotify = 52
,
LeanCloud.Play.Protocol.OpenedNotify = 53
, LeanCloud.Play.Protocol.Visible = 54
, LeanCloud.Play.Protocol.VisibleNotify = 55
, LeanCloud.Play.Protocol.UpdatePlayerProp = 56
,
LeanCloud.Play.Protocol.PlayerPropUpdated = 57
, LeanCloud.Play.Protocol.PlayerProps = 58
, LeanCloud.Play.Protocol.Kick = 59
, LeanCloud.Play.Protocol.Kicked = 60
,
LeanCloud.Play.Protocol.KickedNotice = 61
, LeanCloud.Play.Protocol.RoomList = 100
, LeanCloud.Play.Protocol.FindFriends = 101
, LeanCloud.Play.Protocol.FoundFriends = 102
} |