Improved observer reuse for loaded creatures

This commit is contained in:
Thaum Rystra
2024-06-05 17:29:33 +02:00
parent 37916e266d
commit a00292a523
2 changed files with 13 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ export type Creature = Colored & Shared & {
avatarPicture?: string,
// Libraries
allowedLibraries: string[],
allowedLibraryCollections: string[],
allowedLibraries?: string[],
allowedLibraryCollections?: string[],
// Stats that are computed and denormalized outside of recomputation
denormalizedStats?: {