public RowEntry(PawnKindDef pkDef) { label = pkDef.label; storageSpaceUsed = pkDef.GetRequiredStorage(); def = pkDef; }