Remove some stuff that I started but began to overwhelm me

This commit is contained in:
Oliver-Akins 2024-01-19 20:38:22 -07:00
parent 69f6d91385
commit 6700c8c1fb
6 changed files with 11 additions and 50 deletions

View file

@ -9,7 +9,6 @@ export class EquipmentItemData extends DescribedItemData {
nullable: true,
required: false,
}),
material
});
};
};