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

16 lines
224 B
Go

package general
import (
"time"
"gitlab.com/mstarongitlab/goap"
)
type CreateEvent struct {
Id string
Actor string
CC []string
Object goap.BaseApChain
To []string
Published time.Time
}