sleeve.getTask() retuns which crime name

This commit is contained in:
Mughur 2022-08-25 20:28:05 +03:00
parent 1a1decf5fd
commit a6d4ef4147

@ -64,6 +64,7 @@ export class SleeveCrimeWork extends Work {
APICopy(): Record<string, unknown> {
return {
type: this.type,
name: this.crimeType
};
}