Added latest compute date to creatures
This commit is contained in:
@@ -158,6 +158,10 @@ const CreatureSchema = TypedSimpleSchema.from({
|
||||
blackbox: true,
|
||||
optional: true,
|
||||
},
|
||||
lastComputedAt: {
|
||||
type: Date,
|
||||
optional: true,
|
||||
},
|
||||
|
||||
// Tabletop
|
||||
tabletopId: {
|
||||
|
||||
Reference in New Issue
Block a user