8 lines
92 B
Go
8 lines
92 B
Go
package client
|
|
|
|
//codec:gen
|
|
type RemoveMobEffect struct {
|
|
EntityID int32
|
|
EffectID int32
|
|
}
|