goap/general/followRequest.go
2024-07-29 10:01:49 +02:00

7 lines
97 B
Go

package general
type FollowRequestEvent struct {
Id string
Actor string
Target string
}