(object: Record<string, Character> | null = null)
| 1167 | } |
| 1168 | |
| 1169 | static characters (object: Record<string, Character> | null = null): Record<string, Character> { |
| 1170 | return _characters (this.asEngine (), object); |
| 1171 | } |
| 1172 | |
| 1173 | static character (id: string, object: Partial<Character> | null = null): Character | undefined { |
| 1174 | return _character (this.asEngine (), id, object); |
no test coverage detected