Improved observer reuse for loaded creatures
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user