goap/general/createEvent.go

16 lines
219 B
Go

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