mhinsch / MiniEvents.jl

Minimalistic event based simulation package
0 stars 0 forks source link

make Sim type user extendable #11

Closed mhinsch closed 1 year ago

mhinsch commented 1 year ago

Allow users to add custom fields to sim, to allow access to global information in events, e.g.:

@simulation Sim Agent World begin
    pop :: Vector{Agent}
end