1
This commit is contained in:
parent
e60d7eec58
commit
86cd3c116f
@ -78,10 +78,6 @@ type Guild interface {
|
||||
AsyncFillMFGuild(*cs.MFGuild, func(int32, string))
|
||||
}
|
||||
|
||||
type GuildMember interface {
|
||||
GetAccountId() string
|
||||
}
|
||||
|
||||
type GuildMgr interface {
|
||||
GetGuildByGuildId(string) Guild
|
||||
GetGuildByAccountId(string) Guild
|
||||
@ -113,15 +109,6 @@ type CacheMgr interface {
|
||||
|
||||
type UserProfile interface {
|
||||
GetAccountId() string
|
||||
GetUserName() string
|
||||
GetAvatar() string
|
||||
GetAvatarHead() string
|
||||
GetStar() int32
|
||||
GetTotalKills() int32
|
||||
GetTotalWinTimes() int32
|
||||
GetRank() int32
|
||||
GetOnlineStatus() int32
|
||||
GetLastLoginTime() int32
|
||||
FillMFUser(*cs.MFUser)
|
||||
FillMFGuildMember(*cs.MFGuildMember)
|
||||
}
|
||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
||||
Subproject commit c1fe4f0cb152185fd022522a67267b317acb51a7
|
||||
Subproject commit 36d0006a85823a31e6fe199388723be542c1ec55
|
Loading…
x
Reference in New Issue
Block a user