src/app/data/savefile-expanded/sections/Area/AreaCachedSprites.ts
Showing 2 of 2 total issues
Type number trivially inferred from a number literal, remove type annotation Open
Open
public spriteSetId: number = 0;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
if statements must be braced Open
Open
if (saveFile !== undefined) this.load(saveFile as SaveFileService);
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks